Skip to content

Commit 73ac9d4

Browse files
Bump anchore/sbom-action from 0.20.0 to 0.20.1 (#1309)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.0 to 0.20.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@v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73b21a7 commit 73ac9d4

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].0
86+
- uses: anchore/sbom-action/[email protected].1
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].0
23+
- uses: anchore/sbom-action/[email protected].1
2424
- name: GHCR Login
2525
uses: docker/login-action@v3
2626
with:

0 commit comments

Comments
 (0)