Skip to content

Commit 36ca070

Browse files
committed
Checkout the repo before updaloading sarif file
1 parent fe6359e commit 36ca070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/vuln-scans.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ jobs:
325325
strategy:
326326
matrix: ${{ fromJSON(needs.govulncheck-categories.outputs.matrix) }}
327327
steps:
328+
- name: Checkout Repo
329+
uses: actions/checkout@v4
330+
328331
- name: Download govulncheck results artifact
329332
uses: actions/download-artifact@v4
330333
with:

0 commit comments

Comments
 (0)