Update github/codeql-action action to v3 #6

Merged
renovate[bot] merged 1 commits from renovate/github-codeql-action-3.x into main 2023-12-31 18:04:07 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 679e9d8041 - Show all commits

View File

@ -34,7 +34,7 @@ jobs:
with: with:
args: --sarif-file-output=snyk.sarif args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning - name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: snyk.sarif sarif_file: snyk.sarif

View File

@ -47,6 +47,6 @@ jobs:
with: with:
args: --sarif-file-output=snyk.sarif args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning - name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: snyk.sarif sarif_file: snyk.sarif