ci: bump the github-actions group with 3 updates#102
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
ci: bump the github-actions group with 3 updates#102dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the github-actions group with 3 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) Updates `sigstore/cosign-installer` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@faadad0...ba7bc0a) Updates `anchore/sbom-action` from 0.23.0 to 0.23.1 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@17ae174...57aae52) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Sensitive Change Detection (shadow mode)This PR modifies control-plane files:
|
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/release.yml">
<violation number="1" location=".github/workflows/release.yml:81">
P2: Version comment is stale: the pinned hash is v3.0.0 but the comment still says `# v2`. This will mislead anyone auditing action versions.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| - name: Generate GitHub App token | ||
| id: app-token | ||
| uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 | ||
| uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 |
There was a problem hiding this comment.
P2: Version comment is stale: the pinned hash is v3.0.0 but the comment still says # v2. This will mislead anyone auditing action versions.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/release.yml, line 81:
<comment>Version comment is stale: the pinned hash is v3.0.0 but the comment still says `# v2`. This will mislead anyone auditing action versions.</comment>
<file context>
@@ -78,18 +78,18 @@ jobs:
- name: Generate GitHub App token
id: app-token
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
with:
app-id: ${{ vars.RELEASE_CLIENT_ID }}
</file context>
Suggested change
| uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 | |
| uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 |
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 3 updates: actions/create-github-app-token, sigstore/cosign-installer and anchore/sbom-action.
Updates
actions/create-github-app-tokenfrom 2.2.1 to 3.0.0Release notes
Sourced from actions/create-github-app-token's releases.
... (truncated)
Commits
f8d387bbuild(release): 3.0.0 [skip ci]d2129bdstyle: remove extra blank line in release workflow77b94efbuild: refresh generated artifacts3ab4c66chore: move undici to devDependencies739cf66docs: update README action versionsdb40289build(deps): bump actions versions in test.yml496a7actest: migrate from AVA to Node.js native test runner (#346)3870dc3Rename end-to-end proxy job in test workflow4451bcbfix!: requireNODE_USE_ENV_PROXYfor proxy support (#342)dce0ab0fix: remove custom proxy handling (#143)Updates
sigstore/cosign-installerfrom 4.0.0 to 4.1.0Release notes
Sourced from sigstore/cosign-installer's releases.
Commits
ba7bc0afix: add retry to curl downloads for transient network failures (#210)5a292e1Bump cosign to 3.0.5 (#220)351ea76Bump actions/checkout from 6.0.1 to 6.0.2 (#217)c17565ftest with go 1.26 too (#221)a6fdd19Bump actions/setup-go from 6.1.0 to 6.3.0 (#218)430b6a7docs: fix registry from gcr.io to ghcr.io (#213)4d14d7ffeat: update to v3.0.3 (#212)f148005fix: use env vars for template expansions; show curl errors (#207)c3f2d79Bump actions/checkout from 6.0.0 to 6.0.1 (#208)b9a9af4drop tests with go1.24 as it cant build (#211)Updates
anchore/sbom-actionfrom 0.23.0 to 0.23.1Release notes
Sourced from anchore/sbom-action's releases.
Commits
57aae52chore(deps): update Syft to v1.42.2 (#607)c29e913chore(deps): bump fast-xml-parser and other deps (#604)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 dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Update release workflow to pin newer versions of
actions/create-github-app-token,sigstore/cosign-installer, andanchore/sbom-actionfor stability and current security tooling. Notably upgradesactions/create-github-app-tokento v3 with updated proxy behavior.Dependencies
actions/create-github-app-token2.2.1 → 3.0.0sigstore/cosign-installer4.0.0 → 4.1.0anchore/sbom-action0.23.0 → 0.23.1Migration
NODE_USE_ENV_PROXY=1(withHTTP_PROXY/HTTPS_PROXYas needed).v2.327.1+.Written for commit acdb710. Summary will update on new commits.