Skip to content

Commit 03c0a09

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

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
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v4
179179

180180
- name: Create SBOM
181-
uses: anchore/sbom-action@v0.17.0
181+
uses: anchore/sbom-action@v0.19.0
182182
with:
183183
upload-artifact-retention: 1
184184
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
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/sbom-action@v0.17.0
75+
uses: anchore/sbom-action@v0.19.0
7676
with:
7777
upload-artifact-retention: 1
7878
format: cyclonedx-json

0 commit comments

Comments
 (0)