Skip to content

Commit

Permalink
build(deps): bump anchore/sbom-action from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 8cea580 commit f9cc5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Just
uses: extractions/setup-just@v2
- name: Setup Syft
uses: anchore/sbom-action/download-syft@v0.16.0
uses: anchore/sbom-action/download-syft@v0.17.0
- name: Setup GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup Just
uses: extractions/setup-just@v2
- name: Setup Syft
uses: anchore/sbom-action/download-syft@v0.16.0
uses: anchore/sbom-action/download-syft@v0.17.0
- name: Setup GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
cosign-release: "v2.2.3"
- name: Setup Syft
uses: anchore/sbom-action/download-syft@v0.16.0
uses: anchore/sbom-action/download-syft@v0.17.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit f9cc5eb

Please sign in to comment.