Skip to content

Commit 6c69f74

Browse files
build(deps): bump anchore/sbom-action from 0.20.11 to 0.21.0
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.11 to 0.21.0. - [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.11...v0.21.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3210a7d commit 6c69f74

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
@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989
- uses: docker/setup-qemu-action@v3
9090
- uses: docker/setup-buildx-action@v3
91-
- uses: anchore/sbom-action/download-syft@v0.20.11
91+
- uses: anchore/sbom-action/download-syft@v0.21.0
9292
- name: Setup go
9393
uses: actions/setup-go@v6
9494
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: sigstore/[email protected]
6060
with:
6161
cosign-release: v2.6.1
62-
- uses: anchore/sbom-action/download-syft@v0.20.11
62+
- uses: anchore/sbom-action/download-syft@v0.21.0
6363
- name: GHCR Login
6464
uses: docker/login-action@v3
6565
with:

0 commit comments

Comments
 (0)