We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90406fa commit 563f146Copy full SHA for 563f146
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
needs: [builder]
35
if: always() && needs.builder.result == 'failure'
36
steps:
37
- - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # tag=v2.4.0
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
38
with:
39
repository: slsa-framework/example-package
40
- run: |
0 commit comments