Skip to content

Commit 56b04b6

Browse files
fix: Update SLSA generator to v2.1.0 to fix deprecated actions
Update slsa-framework/slsa-github-generator from v1.10.0 to v2.1.0 to resolve the issue with deprecated actions/upload-artifact@v3. The v2.1.0 version uses the latest actions and is recommended by the SLSA framework documentation. Co-authored-by: jacksonpradolima <7774063+jacksonpradolima@users.noreply.github.com>
1 parent d02c4be commit 56b04b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slsa-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
provenance:
5656
name: Generate SLSA provenance
5757
needs: [build]
58-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
58+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
5959
permissions:
6060
actions: read
6161
contents: write

0 commit comments

Comments
 (0)