We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136de0a commit 445ef1dCopy full SHA for 445ef1d
.github/workflows/publish.yaml
@@ -28,7 +28,7 @@ jobs:
28
SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) python -m build
29
- name: Generate SBOM
30
id: sbom
31
- uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
+ uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
32
- name: "Generate hashes"
33
id: hash
34
run: |
.github/workflows/pullrequest.yaml
@@ -69,7 +69,7 @@ jobs:
69
python -m build
70
71
72
73
74
75
0 commit comments