ci(deps): bump the github-actions group across 1 directory with 8 updates#753
Open
dependabot[bot] wants to merge 1 commit into
Open
ci(deps): bump the github-actions group across 1 directory with 8 updates#753dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.2.0` | `6.3.0` | | [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.3.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `6.5.0` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `5.2.0` | `5.3.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.2` | `4.36.2` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.306.0` | `1.314.0` | | [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) | `0.5.128` | `0.5.130` | Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `actions/setup-java` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@be666c2...ad2b381) Updates `actions/setup-go` from 6.4.0 to 6.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4a36011...924ae3a) Updates `actions/setup-dotnet` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@c2fa09f...9a946fd) Updates `github/codeql-action` from 4.35.2 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@95e58e9...8aad20d) Updates `ruby/setup-ruby` from 1.306.0 to 1.314.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@c4e5b13...9eb537c) Updates `MarcoIeni/release-plz-action` from 0.5.128 to 0.5.130 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](release-plz/action@1528104...e879257) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ruby/setup-ruby dependency-version: 1.314.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.130 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates pinned GitHub Actions references across the repository’s CI workflows, primarily bumping actions/checkout to v7 and refreshing several language/tool setup actions to their latest patch releases to keep CI infrastructure current and secure.
Changes:
- Bump
actions/checkoutfrom v6 to v7 across workflows (mostly via pinned commit SHA). - Bump
actions/setup-{python,java,go,dotnet}to newer patch releases via pinned SHAs. - Bump
github/codeql-actionandMarcoIeni/release-plz-actionpinned SHAs to newer releases.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/tests-debug.yml | Update actions/checkout to v7 pinned SHA for debug CI. |
| .github/workflows/test-wasm.yml | Update actions/checkout to v7 pinned SHA for WASM tests. |
| .github/workflows/test-ruby.yml | Update actions/checkout to v7 pinned SHA for Ruby binding tests. |
| .github/workflows/test-python.yml | Update actions/checkout to v7 pinned SHA and actions/setup-python to v6.3.0 pinned SHA. |
| .github/workflows/test-no-std.yml | Update actions/checkout to v7 pinned SHA for no-std verification. |
| .github/workflows/test-musl.yml | Update actions/checkout to v7 pinned SHA for musl target tests. |
| .github/workflows/test-java.yml | Update actions/checkout to v7 pinned SHA and actions/setup-java to v5.3.0 pinned SHA. |
| .github/workflows/test-go.yml | Update actions/checkout to v7 pinned SHA and actions/setup-go to v6.5.0 pinned SHA. |
| .github/workflows/test-ffi.yml | Update actions/checkout to v7 pinned SHA for FFI tests. |
| .github/workflows/test-csharp.yml | Update actions/checkout to v7 pinned SHA and actions/setup-dotnet to v5.3.0 pinned SHA for C# tests. |
| .github/workflows/test-c-cpp.yml | Update actions/checkout to v7 pinned SHA for C/C++ binding tests. |
| .github/workflows/rust-clippy.yml | Update actions/checkout to v7 pinned SHA and bump CodeQL upload-sarif action pinned SHA. |
| .github/workflows/release-plz.yml | Update actions/checkout to v7 pinned SHA and bump release-plz-action pinned SHA. |
| .github/workflows/publish-wasm.yml | Update actions/checkout to v7 pinned SHA for WASM publishing pipeline. |
| .github/workflows/publish-python.yml | Update actions/checkout to v7 pinned SHA and actions/setup-python to v6.3.0 pinned SHA for Python publishing. |
| .github/workflows/publish-java.yml | Update actions/checkout to v7 pinned SHA, actions/setup-java to v5.3.0 pinned SHA, and actions/setup-python to v6.3.0 pinned SHA (zigbuild path). |
| .github/workflows/pr.yml | Update actions/checkout to v7 pinned SHA for PR CI entrypoint. |
| .github/workflows/pr-extensions.yml | Update actions/checkout to v7 pinned SHA for extensions PR CI. |
| .github/workflows/miri.yml | Bump actions/checkout from @v6 to @v7 (tag-based reference). |
| .github/workflows/feature-matrix.yml | Update actions/checkout to v7 pinned SHA for feature-matrix CI. |
| .github/workflows/dependency-audit.yml | Bump actions/checkout from @v6 to @v7 (tag-based reference) for audit/deny jobs. |
| .github/workflows/dependabot-refresh-cargo-lockfiles.yml | Update actions/checkout pinned SHA to v7 (comment/version annotation needs to match). |
| .github/workflows/codeql.yml | Update actions/checkout to v7 pinned SHA; bump setup-*, ruby/setup-ruby, and github/codeql-action pinned SHAs. |
| # scripts) may run against this checkout. Do NOT add cargo build/check/ | ||
| # test/run steps. | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.2 | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4.2.2 |
| - name: Upload analysis results to GitHub | ||
| if: ${{ hashFiles('rust-clippy-results.sarif') != '' }} | ||
| uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.11 | ||
| uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.11 |
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v6 | ||
| uses: actions/checkout@v7 |
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v6 | ||
| uses: actions/checkout@v7 |
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v6 | ||
| uses: actions/checkout@v7 |
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.
Bumps the github-actions group with 8 updates in the / directory:
676.2.06.3.05.2.05.3.06.4.06.5.05.2.05.3.04.35.24.36.21.306.01.314.00.5.1280.5.130Updates
actions/checkoutfrom 6 to 7Release notes
Sourced from actions/checkout's releases.
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)Updates
actions/setup-pythonfrom 6.2.0 to 6.3.0Release notes
Sourced from actions/setup-python's releases.
Commits
ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)d2b357aUpdate dependency versions and test workflow configuration (#1322)8f639b1Merge pull request #1324 from jasongin/update-actions-cache-5.1.06731c2bResolve high-severity audit issues0cb1a84Add RHEL support and include Linux distro in cache keys (#1323)dc6eab6Update dist6f4b74bStrict equalityfa8bde1Bump@actions/cacheto 5.1.0, log cache write deniedc8813baUpgrade@actionsdependencies and update licenses (#1303)Updates
actions/setup-javafrom 5.2.0 to 5.3.0Release notes
Sourced from actions/setup-java's releases.
Commits
ad2b381Bump@vercel/nccfrom 0.38.1 to 0.44.0 (#1018)b24df5bMake the Adoptopenjdk package type look at the Temurin repo first for latest ...43120bcImplement pagination with link headers for Adoptium based apis (#1014)ad9d6a6Bump@types/nodefrom 24.1.0 to 25.9.3 (#950)039af37Bump picomatch,@types/jest, jest, jest-circus and ts-jest (#1016)1756ab6Bump eslint-config-prettier from 8.10.0 to 10.1.8 (#881)662bb59Bump@typescript-eslint/eslint-pluginfrom 8.35.1 to 8.46.2 (#952)1071fc1fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...576b821Merge pull request #674 from gdams/alpine307d3a2update readme for ubuntu sudo java_home behavior (#1013)Updates
actions/setup-gofrom 6.4.0 to 6.5.0Release notes
Sourced from actions/setup-go's releases.
Commits
924ae3achore: bump version to 6.5.0 in package.json and package-lock.json (#762)e91cc3bBump@actions/cacheto 5.1.0, log cache write denied (#758)4a2405echore: update@types/nodeand@typescript-eslintdependencies to latest versi...78961f6chore: update@actionsdependencies and refresh license cache (#744)Updates
actions/setup-dotnetfrom 5.2.0 to 5.3.0Release notes
Sourced from actions/setup-dotnet's releases.
Commits
9a946fdAdd rollForward note in README, improve proxy health check in e2e tests and b...98af08bSupport global.json's rollForward latest* variants (#538)8404272Update install scripts to v2026.05.19 (#736)f1970f5Don't download releases-index.json to resolve major version (#560)af9211bAdd dotnet-version: latest support with dotnet-channel input (#730)df991aechore: bump @actions/* and fast-xml-parser dependencies (#728)a66eefaCI: remove manual PowerShell install from test-proxy job (e2e-tests.yml) (#703)Updates
github/codeql-actionfrom 4.35.2 to 4.36.2Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
8aad20dMerge pull request #3949 from github/update-v4.36.2-dcb947ce1f521b08Add additional changelog notes8aeff0fUpdate changelog for v4.36.2dcb947cMerge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6c251bceAdd changelog note62953c1Update default bundle to codeql-bundle-v2.25.6423b570Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a...c35d1b1Merge pull request #3947 from github/dependabot/github_actions/dot-github/wor...cb1a588Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoffba47406Merge pull request #3943 from github/henrymercer/cache-cli-version-infoUpdates
ruby/setup-rubyfrom 1.306.0 to 1.314.0Release notes
Sourced from ruby/setup-ruby's releases.
... (truncated)
Commits
9eb537cAdd support for ubuntu-26.04 and ubuntu-26.04-arme1a3b10Improve versions-strings-for-builder.rb0df5288Removegem install sasscon Windows JRuby89f9052Add jruby-10.0.6.012fd324Use BUNDLE_LOCKFILE when detecting the lockfilea99ac84Add jruby-9.4.15.0afeafc3Add ruby-4.0.528c65f7Update CRuby releases on Windows97ecb7bUpdate CRuby releases on Windows6aaa311Add ruby-4.0.4Updates
MarcoIeni/release-plz-actionfrom 0.5.128 to 0.5.130Release notes
Sourced from MarcoIeni/release-plz-action's releases.
... (truncated)
Commits
e879257Update to 0.3.159 (#439)29ecf01don't threat http 422 errors as special (#438)c6756a4chore(deps): update dependency cargo-bins/cargo-binstall to v1.20.0 (#437)0c186bfchore(deps): update dependency taiki-e/install-action to v2.81.8 (#436)8fe2bb5chore(deps): lock file maintenance (#435)675b30fchore(deps): update dependency taiki-e/install-action to v2.81.7 (#433)7f61f63chore(deps): update github actions to v6.0.3 (#385)7600366chore(deps): update dependency taiki-e/install-action to v2.81.6 (#432)f983e75chore(deps): update dependency taiki-e/install-action to v2.81.5 (#431)02994cechore(deps): update dependency taiki-e/install-action to v2.81.4 (#430)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependencyDescription has been truncated