Skip to content

Commit 77e445d

Browse files
authored
Merge pull request #267 from themoeway/fix-slsa-action-pinning
Switch to version pin for SLSA generator action (as it is required)
2 parents 879f077 + 5c24ea6 commit 77e445d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-prerelease-on-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
actions: read # To read the workflow path.
6262
id-token: write # To sign the provenance.
6363
contents: write # To add assets to a release.
64-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@07e64b653f10a80b6510f4568f685f8b7b9ea830
64+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
6565
with:
6666
base64-subjects: "${{ needs.build.outputs.hashes }}"
6767
upload-assets: true

.github/workflows/publish-firefox-development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
actions: read # To read the workflow path.
101101
id-token: write # To sign the provenance.
102102
contents: write # To add assets to a release.
103-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@07e64b653f10a80b6510f4568f685f8b7b9ea830
103+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
104104
with:
105105
base64-subjects: "${{ needs.build.outputs.hashes }}"
106106
upload-assets: true

0 commit comments

Comments
 (0)