We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0493711 commit f247fa4Copy full SHA for f247fa4
.github/workflows/vulncheck.yml
@@ -25,8 +25,9 @@ jobs:
25
security-events: write # for reporting vulnerabilities via code-scanning API
26
steps:
27
- name: Checkout Repository
28
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
with:
30
+ persist-credentials: false
31
fetch-depth: 0
32
ref: ${{ inputs.target-branch || 'main' }}
33
0 commit comments