Skip to content

Commit f247fa4

Browse files
authored
Bump actions/checkout from 5.0.1 to 6.0.2 (#1519)
1 parent 0493711 commit f247fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vulncheck.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
security-events: write # for reporting vulnerabilities via code-scanning API
2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
30+
persist-credentials: false
3031
fetch-depth: 0
3132
ref: ${{ inputs.target-branch || 'main' }}
3233

0 commit comments

Comments
 (0)