Skip to content

Commit 99291a4

Browse files
chore(deps): update anchore/sbom-action action to v0.16.0 (#89)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d763f8 commit 99291a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{github.actor}}
2828
password: ${{secrets.GITHUB_TOKEN}}
2929
- name: Get syft
30-
uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
30+
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
3131
- name: Set up Go
3232
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
3333
with:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
username: ${{github.actor}}
3232
password: ${{secrets.GITHUB_TOKEN}}
3333
- name: Get syft
34-
uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
34+
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
3535
- name: Set up Go
3636
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
3737
with:

0 commit comments

Comments
 (0)