|
@@ -51,7 +51,7 @@ jobs:
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@v2
|
|
|
+ uses: github/codeql-action/init@v3
|
|
|
with:
|
|
|
languages: ${{ matrix.language }}
|
|
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
@@ -78,7 +78,7 @@ jobs:
|
|
|
./.github/workflows/codeql-buildscript.sh
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@v2
|
|
|
+ uses: github/codeql-action/analyze@v3
|
|
|
with:
|
|
|
category: "/language:${{matrix.language}}"
|
|
|
upload: false
|
|
@@ -107,7 +107,7 @@ jobs:
|
|
|
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
|
|
|
|
|
|
- name: Upload CodeQL results to code scanning
|
|
|
- uses: github/codeql-action/upload-sarif@v2
|
|
|
+ uses: github/codeql-action/upload-sarif@v3
|
|
|
with:
|
|
|
sarif_file: ${{ steps.step1.outputs.sarif-output }}
|
|
|
category: "/language:${{matrix.language}}"
|