We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690eb30 commit 01a32c4Copy full SHA for 01a32c4
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
cd $GITHUB_WORKSPACE
37
# Checks out a copy of the repo.
38
- name: Check out code
39
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
40
with:
41
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
42
- name: Set up tools
.github/workflows/scorecards-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: "Checkout code"
24
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2.4.0
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v2.4.0
25
26
persist-credentials: false
27
0 commit comments