chore(deps): bump the all group across 1 directory with 4 updates#2472
Open
dependabot[bot] wants to merge 4 commits intomasterfrom
Open
chore(deps): bump the all group across 1 directory with 4 updates#2472dependabot[bot] wants to merge 4 commits intomasterfrom
dependabot[bot] wants to merge 4 commits intomasterfrom
Conversation
Bumps the all group with 4 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-go` from 5.6.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.6.0...4b73464) Updates `sigstore/cosign-installer` from 430b6a704fe0c92f1b1261d84376a900f38d90ff to ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@430b6a7...430b6a7) Updates `goreleaser/goreleaser-action` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@e435ccd...ec59f47) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: sigstore/cosign-installer dependency-version: 430b6a704fe0c92f1b1261d84376a900f38d90ff dependency-type: direct:production dependency-group: all - dependency-name: goreleaser/goreleaser-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
@copilot version branch がコメントでついてない sha hash について、全部に version branch をコメントでつけて |
Contributor
…2473) * Initial plan * chore: add version comments to all SHA-pinned GitHub Actions Co-authored-by: shino <10225+shino@users.noreply.github.com> * chore: use branch names instead of version tags in action comments Co-authored-by: shino <10225+shino@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shino <10225+shino@users.noreply.github.com>
shino
reviewed
Mar 17, 2026
shino
reviewed
Mar 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Actions versions across CI/release workflows to newer major versions (setup-go v6, upload-artifact v7, goreleaser-action v7, cosign-installer v4) while keeping actions pinned by commit SHA for supply-chain safety.
Changes:
- Bump
actions/setup-gopins to a v6 commit across build/test/lint/CodeQL/diet workflows. - Bump
goreleaser/goreleaser-actionto v7 andsigstore/cosign-installerto v4 in the release workflow. - Bump
actions/upload-artifactto v7 in the scorecard workflow.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test.yml | Updates actions/setup-go pin used in PR test workflow. |
| .github/workflows/build.yml | Updates actions/setup-go pin used in matrix build workflow. |
| .github/workflows/golangci.yml | Updates actions/setup-go pin used for lint workflow. |
| .github/workflows/codeql-analysis.yml | Updates actions/setup-go pin used for CodeQL Go setup. |
| .github/workflows/diet-check.yml | Updates actions/setup-go pin used in dependency-diet metrics workflow. |
| .github/workflows/goreleaser.yml | Updates cosign installer and GoReleaser action pins used for tagged releases. |
| .github/workflows/scorecard.yml | Updates actions/upload-artifact pin used to upload SARIF artifacts. |
| .github/workflows/docker-publish.yml | Adds version annotations on pinned actions (no functional change beyond metadata). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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 all group with 4 updates in the / directory: actions/setup-go, sigstore/cosign-installer, goreleaser/goreleaser-action and actions/upload-artifact.
Updates
actions/setup-gofrom 5.6.0 to 6.3.0Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
4b73464Fix golang download url to go.dev (#469)a5f9b05Update default Go module caching to use go.mod (#705)7a3fe6cBump qs from 6.14.0 to 6.14.1 (#703)b9adafdBump actions/checkout from 5 to 6 (#686)d73f6bcREADME.md: correct to actions/checkout@v6 (#683)ae252eeBump@actions/cacheto v5 (#695)bf7446aBump js-yaml from 3.14.1 to 3.14.2 (#682)02aadfeFix Node.js version in action.yml (#691)4aaadf4Example for restore-only cache in documentation (#696)4dc6199Bump semver and@types/semver(#652)Updates
sigstore/cosign-installerfrom 430b6a704fe0c92f1b1261d84376a900f38d90ff to ba7bc0a3fef59531c69a25acd34668d6d3fe6f22Commits
Updates
goreleaser/goreleaser-actionfrom 6.4.0 to 7.0.0Release notes
Sourced from goreleaser/goreleaser-action's releases.
Commits
ec59f47fix: yargs usage752dedefix: gitignore1881ae0ci: update dependabot settingsfdc5e66chore: gitignore provenance.json51b5b35chore(deps): bump semver from 7.7.3 to 7.7.4 in the npm group (#539)4247c53ci(deps): bump docker/setup-buildx-action in the actions group (#538)c169bfdchore(deps): bump@actions/http-clientfrom 3.0.2 to 4.0.0 in the npm group (...902ab4achore(deps): bump the npm group across 1 directory with 4 updates (#536)c59a691chore: gitignore56cc8b2ci: add job to automate dependabot pre-checkin/vendorUpdates
actions/upload-artifactfrom 6.0.0 to 7.0.0Release notes
Sourced from actions/upload-artifact's releases.
Commits
bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testDependabot 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 dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions