Skip to content

Commit a115046

Browse files
authored
fix: bump slsa-github-generator version from 1.2.0 to 1.2.1 (#3844)
To fix jib-cli release workflow, which is encountering error at Generate Builder step. See: slsa-github-generator 1.2.1 release notes.
1 parent 2935d8f commit a115046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jib-cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
actions: read # To read the workflow path.
118118
id-token: write # To sign the provenance.
119119
contents: write # To add assets to a release.
120-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0
120+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1
121121
with:
122122
base64-subjects: "${{ needs.release.outputs.hashes }}"
123123

0 commit comments

Comments
 (0)