Skip to content

Commit ce80f57

Browse files
chore(actions): update anchore/sbom-action action to v0.17.9
1 parent dede1a6 commit ce80f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prereleased.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v4
179179

180180
- name: Create SBOM
181-
uses: anchore/[email protected].0
181+
uses: anchore/[email protected].9
182182
with:
183183
upload-artifact-retention: 1
184184
format: cyclonedx-json

.github/workflows/pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373

7474
- name: Create SBOM
75-
uses: anchore/[email protected].0
75+
uses: anchore/[email protected].9
7676
with:
7777
upload-artifact-retention: 1
7878
format: cyclonedx-json

0 commit comments

Comments
 (0)