Skip to content

Commit 100f7fe

Browse files
committed
chore: update deprecated CodeQL action workflow
1 parent 54906e6 commit 100f7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vulnerability-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail-build: false
7171
output-format: sarif
7272
- name: Upload vulnerability report
73-
uses: github/codeql-action/upload-sarif@v2
73+
uses: github/codeql-action/upload-sarif@v3
7474
with:
7575
sarif_file: ${{ steps.scan.outputs.sarif }}
7676
category: Grype-War-Scan
@@ -153,7 +153,7 @@ jobs:
153153
fail-build: false
154154
output-format: sarif
155155
- name: Upload vulnerability report
156-
uses: github/codeql-action/upload-sarif@v2
156+
uses: github/codeql-action/upload-sarif@v3
157157
with:
158158
sarif_file: ${{ steps.scan.outputs.sarif }}
159159
category: Grype-Docker-Image-${{ matrix.platform }}

0 commit comments

Comments
 (0)