Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump cmake from 3.28.3 to 3.28.4 in /.devcontainer #369

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2024

Bumps cmake from 3.28.3 to 3.28.4.

Commits
  • 1369916 Update to CMake 3.28.4
  • d170631 fix: restore Python 2 support
  • e7903d4 fix: Ensure inner project is always re-configured
  • b18a3b7 fix: Set DOWNLOAD_EXTRACT_TIMESTAMP to 1 if build with CMake >= 3.24
  • b461a21 chore(deps): update pre-commit hooks (#456)
  • 30a96f6 docs: fix up docs (#454)
  • 89af5c4 chore(deps): update pre-commit hooks (#443)
  • 9e81ac3 chore(deps): bump cmake from 3.28.1 to 3.28.3 (#452)
  • 5ec8d55 chore(deps): bump the actions group with 1 update (#453)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.28.3 to 3.28.4.
- [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases)
- [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst)
- [Commits](scikit-build/cmake-python-distributions@3.28.3...3.28.4)

---
updated-dependencies:
- dependency-name: cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 22, 2024 08:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 22, 2024
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 14 0 0.07s
✅ DOCKERFILE hadolint 1 0 0.42s
✅ JSON eslint-plugin-jsonc 8 0 0 3.06s
✅ JSON prettier 8 0 0 0.6s
✅ JSON v8r 8 0 4.35s
✅ MARKDOWN markdownlint 8 0 0 1.17s
✅ MARKDOWN markdown-link-check 8 0 11.02s
✅ MARKDOWN markdown-table-formatter 8 0 0 0.27s
✅ REPOSITORY checkov yes no 14.52s
✅ REPOSITORY gitleaks yes no 0.21s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 9.93s
✅ REPOSITORY secretlint yes no 1.4s
✅ REPOSITORY trivy yes no 7.5s
✅ REPOSITORY trivy-sbom yes no 4.55s
✅ REPOSITORY trufflehog yes no 5.19s
✅ SPELL lychee 44 0 0.87s
✅ YAML prettier 18 0 0 1.24s
✅ YAML v8r 18 0 15.13s
✅ YAML yamllint 18 0 0.36s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link
Contributor

Test Results

20 tests  ±0   20 ✅ ±0   40s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 74bff91. ± Comparison against base commit 60d3138.

Copy link
Contributor

Compressed layer size comparison

Comparing ghcr.io/philips-software/amp-devcontainer:latest to ghcr.io/philips-software/amp-devcontainer@sha256:7cdf03392c0247bfcae70a01a94f09df7440975b146260dee28ae02d966416c6

OS/Platform Previous Size Current Size Delta
linux/amd64 594.68M 594.68M 3.75K (+0.00%)
linux/arm64 571.89M 571.89M 6.85K (+0.00%)

@rjaegers rjaegers added this pull request to the merge queue Mar 25, 2024
Merged via the queue into main with commit 944b1c5 Mar 25, 2024
14 checks passed
@rjaegers rjaegers deleted the dependabot/pip/dot-devcontainer/cmake-3.28.4 branch March 25, 2024 08:25
Copy link
Contributor

Pull Request Report (#369)

Static measures

Description Value
Number of added lines 19
Number of deleted lines 19
Number of changed files 2
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 3
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 3

Time related measures

Description Value
PR lead time (from creation to close of PR) 3 Days
Time that was spend on the branch before the PR was created 0 Sec
Time that was spend on the branch before the PR was merged 3 Days
Time to merge after last review 54.2 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 1.3 Hours
Total time spend in last status check run on PR 56.9 Min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant