We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fe192 commit 694f82bCopy full SHA for 694f82b
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
cd $GITHUB_WORKSPACE
28
# Checks out a copy of the repo.
29
- name: Check out code
30
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
31
with:
32
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
33
- 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.4.0
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.4.0
25
26
persist-credentials: false
0 commit comments