Skip to content

Commit 3c11e7c

Browse files
chore(actions): update anchore/sbom-action action to v0.17.1
1 parent 5869113 commit 3c11e7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prereleased.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- uses: actions/checkout@v4
219219

220220
- name: Create SBOM
221-
uses: anchore/[email protected].0
221+
uses: anchore/[email protected].1
222222
with:
223223
upload-artifact-retention: 1
224224
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767

6868
- name: Create SBOM
69-
uses: anchore/[email protected].0
69+
uses: anchore/[email protected].1
7070
with:
7171
upload-artifact-retention: 1
7272
format: spdx-json

0 commit comments

Comments
 (0)