Skip to content

Commit 3ad6b3d

Browse files
committed
fixing Vuln pipeline
1 parent 96b3025 commit 3ad6b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vulncheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
security-events: write # for reporting vulnerabilities via code-scanning API
2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
30-
fetch-depth: 0
31-
ref: ${{ inputs.target-branch || 'main' }}
30+
fetch-depth: 0
31+
ref: ${{ inputs.target-branch || 'main' }}
3232

3333
- name: Check Go version
3434
id: get-go-version

0 commit comments

Comments
 (0)