Skip to content

Commit

Permalink
update slsa action
Browse files Browse the repository at this point in the history
temporarily pin to commit on main with fix for upload/download artifact
watch slsa repo for next tagged release
  • Loading branch information
davidism committed Mar 23, 2024
1 parent 6192a4c commit f8857cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id-token: write
contents: write
# Can't pin with hash due to how this workflow works.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@c747fe7769adf3656dc7d588b161cb614d7abfee # v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@1fee7c6fdaf1b8532bd4cad778556e42ac27affa # main with new upload/download
with:
base64-subjects: ${{ needs.build.outputs.hash }}
create-release:
Expand Down

0 comments on commit f8857cb

Please sign in to comment.