CI: Update GitHub action dependencies#1260
Merged
Merged
Conversation
Contributor
CBMC Results (ML-DSA-44)Full Results (204 proofs)
|
Contributor
CBMC Results (ML-DSA-44, REDUCE-RAM)Full Results (204 proofs)
|
Contributor
CBMC Results (ML-DSA-65, REDUCE-RAM)Full Results (204 proofs)
|
Contributor
CBMC Results (ML-DSA-65)Full Results (204 proofs)
|
Contributor
CBMC Results (ML-DSA-87, REDUCE-RAM)Full Results (204 proofs)
|
Contributor
CBMC Results (ML-DSA-87)Full Results (204 proofs)
|
hanno-becker
approved these changes
Jul 2, 2026
41b293c to
5efd353
Compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e7f100c...254c19b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Both actions were still on the deprecated node20 runtime, triggering Node.js 20 deprecation warnings in CI. github-action-benchmark v1.22.1 and cache-nix-action v7.0.2 both run on node24. cache-nix-action v7 caches only /nix by default. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
The checkout bump touched only .github/workflows/*, leaving the cbmc composite action on v6.0.2. Align it with the rest. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
5efd353 to
5718ca1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
github-action-benchmarkandcache-nix-action(due to Node.js 20 deprecation) #1196