diff options
author | David Lord <davidism@gmail.com> | 2023-03-01 09:04:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 09:04:52 -0800 |
commit | 9dad679695ccf84f06f8df897a6c5908e1963363 (patch) | |
tree | ba6d942b2b5d19ee292cebed0a020ae4a0d75542 /.github/workflows | |
parent | 47957d571c8865ec024f7dbeced9fa45beb8d919 (diff) | |
parent | 7b3cb76e716b214a5a075d65fe03412db9d49e9c (diff) | |
download | jinja2-9dad679695ccf84f06f8df897a6c5908e1963363.tar.gz |
Bump slsa-framework/slsa-github-generator from 1.4.0 to 1.5.0 (#1816)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/publish.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index edfdf55..ef277f0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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@v1.4.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0 with: base64-subjects: ${{ needs.build.outputs.hash }} create-release: |