Skip to content

Commit de64480

Browse files
Bump anchore/sbom-action from 0.17.8 to 0.17.9
Bumps [anchore/sbom-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bc146e commit de64480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fetch-depth: 0
8484
- uses: docker/setup-qemu-action@v3
8585
- uses: docker/setup-buildx-action@v3
86-
- uses: anchore/sbom-action/[email protected].8
86+
- uses: anchore/sbom-action/[email protected].9
8787
- name: Setup go
8888
uses: actions/setup-go@v5
8989
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: docker/setup-qemu-action@v3
2121
- uses: docker/setup-buildx-action@v3
2222
- uses: sigstore/[email protected]
23-
- uses: anchore/sbom-action/[email protected].8
23+
- uses: anchore/sbom-action/[email protected].9
2424
- name: GHCR Login
2525
uses: docker/login-action@v3
2626
with:

0 commit comments

Comments
 (0)