Skip to content

Commit 93af80b

Browse files
chore(deps): update anchore/sbom-action action to v0.17.0 (#290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64c0f99 commit 93af80b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) python -m build
2929
- name: Generate SBOM
3030
id: sbom
31-
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
31+
uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
3232
- name: "Generate hashes"
3333
id: hash
3434
run: |

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
python -m build
7070
- name: Generate SBOM
7171
id: sbom
72-
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
72+
uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
7373
- name: "Generate hashes"
7474
id: hash
7575
run: |

0 commit comments

Comments
 (0)