Bump the github-actions group across 1 directory with 9 updates - #144
Bump the github-actions group across 1 directory with 9 updates#144dependabot[bot] wants to merge 1 commit into
Conversation
Sensitive Change Detection (shadow mode)This PR modifies control-plane files:
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates pinned GitHub Action revisions across CI, security scanning, scorecard, and release workflows (notably checkout/setup-go, CodeQL SARIF upload, golangci-lint action, and a few release-related actions).
Changes:
- Bump
actions/checkoutandactions/setup-goto newer pinned commits across multiple workflows - Bump CodeQL SARIF upload/init/analyze pinned commits in security/scorecard workflows
- Bump other workflow actions (e.g., golangci-lint-action, gosec, goreleaser-action, attest-build-provenance)
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test.yml | Updates checkout/setup-go and golangci-lint action pins in test jobs. |
| .github/workflows/security.yml | Updates checkout/setup-go, gosec, and CodeQL action pins for scanning and SARIF upload. |
| .github/workflows/scorecard.yml | Updates checkout and CodeQL SARIF upload pin used by scorecard workflow. |
| .github/workflows/release.yml | Updates checkout/setup-go plus release-related action pins (goreleaser, provenance attestation). |
| .github/workflows/ci.yml | Updates checkout/setup-go and golangci-lint action pins across CI jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps the github-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.1` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `7.0.0` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.2.1` | `9.3.0` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.2.2` | `7.2.3` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `4.1.0` | `4.1.1` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.1` | `4.37.2` | | [securego/gosec](https://github.com/securego/gosec) | `2.27.1` | `2.28.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.36.1` | `4.37.2` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.36.1` | `4.37.2` | Updates `actions/checkout` from 6.0.3 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...3d3c42e) Updates `actions/setup-go` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4a36011...b7ad1da) Updates `golangci/golangci-lint-action` from 9.2.1 to 9.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@82606bf...ba0d7d2) Updates `goreleaser/goreleaser-action` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@5daf1e9...f06c13b) Updates `actions/attest-build-provenance` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@a2bbfa2...0f67c3f) Updates `github/codeql-action/upload-sarif` from 4.36.1 to 4.37.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@87557b9...e064762) Updates `securego/gosec` from 2.27.1 to 2.28.0 - [Release notes](https://github.com/securego/gosec/releases) - [Commits](securego/gosec@9e6a984...9e75c05) Updates `github/codeql-action/init` from 4.36.1 to 4.37.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@87557b9...e064762) Updates `github/codeql-action/analyze` from 4.36.1 to 4.37.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@87557b9...e064762) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: securego/gosec dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
762be46 to
76ea370
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
.github/workflows/release.yml:184
- These updates change release-critical actions (GoReleaser install and provenance attestation). Please ensure the pinned SHAs actually correspond to the annotated versions in the comments; if not, update the comment or pin to the correct commit for that release to keep the workflow auditable and avoid accidental drift.
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
.github/workflows/release.yml:208
- These updates change release-critical actions (GoReleaser install and provenance attestation). Please ensure the pinned SHAs actually correspond to the annotated versions in the comments; if not, update the comment or pin to the correct commit for that release to keep the workflow auditable and avoid accidental drift.
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
Bumps the github-actions group with 9 updates in the / directory:
6.0.37.0.16.4.07.0.09.2.19.3.07.2.27.2.34.1.04.1.14.36.14.37.22.27.12.28.04.36.14.37.24.36.14.37.2Updates
actions/checkoutfrom 6.0.3 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-gofrom 6.4.0 to 7.0.0Release notes
Sourced from actions/setup-go's releases.
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)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
golangci/golangci-lint-actionfrom 9.2.1 to 9.3.0Release notes
Sourced from golangci/golangci-lint-action's releases.
Commits
ba0d7d2chore: prepare release v9.3.0efd0857feat: add no-run-logs-group as experimental option (#1403)ed485debuild(deps): bump undici from 6.24.0 to 6.27.08872e8dbuild(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#1400)b163415build(deps): bump tmp from 0.2.6 to 0.2.7 (#1399)e52a9f8build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-ac...8182aa3build(deps): bump tmp from 0.2.5 to 0.2.6 (#1397)5403a41build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 in the github-ac...Updates
goreleaser/goreleaser-actionfrom 7.2.2 to 7.2.3Release notes
Sourced from goreleaser/goreleaser-action's releases.
Commits
f06c13bchore: update distd393459ci: fix jobee731b1chore: workflow dispatch55de448chore(deps): bump js-yaml from 4.1.1 to 4.2.0a4f614eci: use a GitHub App token to rebuild dist on dependabot PRs (#569)d2d17a6ci: auto-rebuild dist on dependabot PRs (#568)d13def3build: regenerate dist after undici 6.27.0 bump (#567)21549b6chore(deps): bump undici from 6.24.1 to 6.27.0 (#565)47c416dci(deps): bump the actions group with 3 updates (#563)Updates
actions/attest-build-provenancefrom 4.1.0 to 4.1.1Release notes
Sourced from actions/attest-build-provenance's releases.
Commits
0f67c3fBump actions/checkout from 6.0.3 to 7.0.0 (#857)21b787dUpdate actions/attest to v4.1.1 (#858)f14352aadd dependabot cooldown (#851)2c04a00Bump actions/checkout from 6.0.2 to 6.0.3 in the actions-minor group (#850)10334b5remove badges from README (#840)c5efebdremove prober workflows (#837)Updates
github/codeql-action/upload-sariffrom 4.36.1 to 4.37.2Release notes
Sourced from github/codeql-action/upload-sarif's releases.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2385bcdcMerge pull request #4026 from github/dependabot/npm_and_yarn/tar-7.5.20de0229cMerge branch 'main' into dependabot/npm_and_yarn/tar-7.5.20115e8cbMerge pull request #4010 from github/mbg/ts/update-release-branchdbdf0b0Bump tar from 7.5.16 to 7.5.20830c231Merge pull request #4023 from github/mbg/ff/remove-new-remote-file-addresses-ff69fd9e9Merge pull request #4024 from github/mbg/private-registry/make-docker-availableb855687Always makedocker_registryregistries availableUpdates
securego/gosecfrom 2.27.1 to 2.28.0Release notes
Sourced from securego/gosec's releases.
Commits
9e75c05feat(G101): detect AWS temporary access keys (#1702)14f493aUpdate to go version 1.26.5 and 1.25.12 (#1704)ffd5ba1Update all dependencies (#1703)8495706Update all dependencies (#1699)11023e5Update all dependencies (#1698)f88a078fix: min+max G115 false positives (#1697)6a008f6Update all dependencies (#1696)caf8857fix(G404): flag missing math/rand weak-random functions (#1694)cbef395Update all dependencies (#1695)f1c81deUpdate all dependencies (#1693)Updates
github/codeql-action/initfrom 4.36.1 to 4.37.2Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2385bcdcMerge pull request #4026 from github/dependabot/npm_and_yarn/tar-7.5.20de0229cMerge branch 'main' into dependabot/npm_and_yarn/tar-7.5.20115e8cbMerge pull request #4010 from github/mbg/ts/update-release-branchdbdf0b0Bump tar from 7.5.16 to 7.5.20830c231Merge pull request #4023 from github/mbg/ff/remove-new-remote-file-addresses-ff69fd9e9Merge pull request #4024 from github/mbg/private-registry/make-docker-availableb855687Always makedocker_registryregistries availableUpdates
github/codeql-action/analyzefrom 4.36.1 to 4.37.2Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.