We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c0f99 commit 93af80bCopy full SHA for 93af80b
.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@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
+ uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
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