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 cd6dd55 commit de2c936Copy full SHA for de2c936
.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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
+ uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
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
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: "Checkout code"
23
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
24
25
persist-credentials: false
26
0 commit comments