Skip to content

Commit 49d2b5b

Browse files
build(deps): bump the github-actions group across 2 directories with 2 updates (#717)
Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the github-actions group with 1 update in the /.github/actions/bootstrap directory: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `anchore/sbom-action` from 0.20.8 to 0.20.9 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@aa0e114...8e94d75) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.20.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cf3ca5 commit 49d2b5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ runs:
2828
# See https://goreleaser.com/blog/supply-chain-security/
2929
- name: installs syft for generating the SBOM with goreleaser
3030
if: "${{ inputs.goreleaser == 'true' }}"
31-
uses: anchore/sbom-action/download-syft@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
31+
uses: anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: make release
5454

5555
# Store artifacts to help with troubleshooting
56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v5
5757
if: always()
5858
with:
5959
name: release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build
5252
run: make dist
5353

54-
- uses: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@v5
5555
if: always()
5656
with:
5757
name: snapshots

0 commit comments

Comments
 (0)