Skip to content

Commit

Permalink
chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 (#31)
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.16.1...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 728f5dc commit b0fea23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.5.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.16.1
uses: anchore/sbom-action/download-syft@v0.17.0

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.5.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.16.1
uses: anchore/sbom-action/download-syft@v0.17.0

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit b0fea23

Please sign in to comment.