Skip to content

Commit ce2dc4e

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

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/sbom-action@v0.17.0
221+
uses: anchore/sbom-action@v0.18.0
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/sbom-action@v0.17.0
69+
uses: anchore/sbom-action@v0.18.0
7070
with:
7171
upload-artifact-retention: 1
7272
format: spdx-json

0 commit comments

Comments
 (0)