Skip to content

Commit 944242d

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 c48219a commit 944242d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/releaser-master.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
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)