We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b0aae commit 5345c88Copy full SHA for 5345c88
.github/workflows/osv-scanner-reusable-pr.yml
@@ -56,7 +56,7 @@ jobs:
56
osv-scan:
57
runs-on: ubuntu-latest
58
steps:
59
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
60
with:
61
fetch-depth: 0
62
submodules: ${{ inputs.checkout-submodules }}
.github/workflows/osv-scanner-reusable.yml
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
persist-credentials: false
71
0 commit comments