We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab70a51 commit 106f50cCopy full SHA for 106f50c
.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@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
38
with:
39
repository: slsa-framework/example-package
40
- run: |
0 commit comments