Skip to content

Commit 31cd652

Browse files
chore(actions): update anchore/sbom-action action to v0.17.2
1 parent 77933e5 commit 31cd652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prereleased.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- uses: actions/checkout@v4
226226

227227
- name: Create SBOM
228-
uses: anchore/[email protected].0
228+
uses: anchore/[email protected].2
229229
with:
230230
upload-artifact-retention: 1
231231
format: cyclonedx-json

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575

7676
- name: Create SBOM
77-
uses: anchore/[email protected].0
77+
uses: anchore/[email protected].2
7878
with:
7979
upload-artifact-retention: 1
8080
format: cyclonedx-json

0 commit comments

Comments
 (0)