Skip to content

Commit 2e70437

Browse files
chore(actions): update anchore/sbom-action action to v0.19.0
1 parent 77933e5 commit 2e70437

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/sbom-action@v0.17.0
228+
uses: anchore/sbom-action@v0.19.0
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/sbom-action@v0.17.0
77+
uses: anchore/sbom-action@v0.19.0
7878
with:
7979
upload-artifact-retention: 1
8080
format: cyclonedx-json

0 commit comments

Comments
 (0)