We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd1669 commit 39197f1Copy full SHA for 39197f1
.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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
+ uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: "Checkout code"
25
26
persist-credentials: false
0 commit comments