Skip to content

Commit

Permalink
chore(deps): bump anchore/sbom-action from 0.15.10 to 0.15.11
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.10 to 0.15.11.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.15.10...v0.15.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent bee8665 commit c57ffda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
go-version: stable
- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.15.10
- uses: anchore/sbom-action/download-syft@v0.15.11
- name: setup-validate-krew-manifest
run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest
- name: setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
go-version: stable
- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.15.10
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: crazy-max/ghaction-upx@v3
with:
install-only: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
./dist/*.apk
key: ${{ github.ref }}
- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.15.10
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: crazy-max/ghaction-upx@v3
with:
install-only: true
Expand Down

0 comments on commit c57ffda

Please sign in to comment.