Skip to content

Commit 445ef1d

Browse files
chore(deps): update anchore/sbom-action action to v0.22.2
1 parent 136de0a commit 445ef1d

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@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
31+
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
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@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
72+
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
7373
- name: "Generate hashes"
7474
id: hash
7575
run: |

0 commit comments

Comments
 (0)