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 6230803 commit 801f68aCopy full SHA for 801f68a
.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@24cb9080177205b6e8c946b17badbe402adc938f
+ uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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@24cb9080177205b6e8c946b17badbe402adc938f # v2.4.0
+ uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v2.4.0
25
26
persist-credentials: false
0 commit comments