Skip to content

Commit 5fa5822

Browse files
Update actions/checkout action to v3.4.0
1 parent 1fe0c5c commit 5fa5822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3232

3333
- name: "Checkout code"
34-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.0
34+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
3535
with:
3636
persist-credentials: false
3737

0 commit comments

Comments
 (0)