Skip to content

Commit e2ee3a5

Browse files
committed
risk: Prepare for SHA references
1 parent 16fad27 commit e2ee3a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454

5555
# Ref: https://github.com/sigstore/cosign-installer
5656
- name: Install Cosign
57-
uses: sigstore/cosign-installer@v4.0.0
57+
uses: sigstore/cosign-installer@v4.0.0 # v4.0.0
5858

5959
# Ref: https://github.com/anchore/sbom-action
6060
- name: Generate SBOM via Syft
61-
uses: anchore/sbom-action@v0
61+
uses: anchore/sbom-action@v0 # v0
6262
with:
6363
format: spdx-json
6464
artifact-name: sbom.spdx.json

0 commit comments

Comments
 (0)