diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 18:56:14 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 18:56:14 +0900 |
commit | 5c24ea6833198d2610eb113c18e330772d1158c4 (patch) | |
tree | a90b7bccd3caa796e6e9809fd9cae6b7f553e92a /.github/workflows/publish-firefox-development.yml | |
parent | feeeb83e3474bb6c8a8d7889807edf28bfd8c9b6 (diff) |
Switch to version pin for slsa generator (as it is required)
Diffstat (limited to '.github/workflows/publish-firefox-development.yml')
-rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index cf386cef..32b0532a 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -100,7 +100,7 @@ jobs: actions: read # To read the workflow path. id-token: write # To sign the provenance. contents: write # To add assets to a release. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@07e64b653f10a80b6510f4568f685f8b7b9ea830 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0 with: base64-subjects: "${{ needs.build.outputs.hashes }}" upload-assets: true |