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 c31aa3c commit f03705cCopy full SHA for f03705c
.github/workflows/scorecard.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: "Checkout code"
35
- uses: actions/checkout@v4 # v3.1.0
+ uses: actions/checkout@v5 # v3.1.0
36
with:
37
persist-credentials: false
38
action.yml
@@ -31,7 +31,7 @@ runs:
31
using: "composite"
- name: "Checkout the repo"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
repository: ${{ inputs.repository }}
token: ${{ inputs.token }}
0 commit comments