Skip to content

Commit b6629d0

Browse files
chore(deps): bump anchore/sbom-action in the actions group
Bumps the actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.17.8 to 0.17.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@v0.17.8...v0.17.9) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b89166 commit b6629d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/releaser-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: true
2828

2929
- uses: sigstore/[email protected]
30-
- uses: anchore/sbom-action/[email protected].8
30+
- uses: anchore/sbom-action/[email protected].9
3131

3232
- uses: docker/login-action@v3
3333
with:

.github/workflows/releaser-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: true
2525

2626
- uses: sigstore/[email protected]
27-
- uses: anchore/sbom-action/[email protected].8
27+
- uses: anchore/sbom-action/[email protected].9
2828

2929
- uses: docker/login-action@v3
3030
with:

0 commit comments

Comments
 (0)