|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@v3.26.9
|
|
|
+ uses: github/codeql-action/init@v3.26.11
|
|
|
with:
|
|
|
languages: ${{ matrix.language }}
|
|
|
|
|
|
@@ -66,7 +66,7 @@ jobs:
|
|
|
- run: |
|
|
|
./.github/scripts/codeql_buildscript.sh
|
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@v3.26.9
|
|
|
+ uses: github/codeql-action/analyze@v3.26.11
|
|
|
with:
|
|
|
category: "/language:${{matrix.language}}"
|
|
|
upload: false
|
|
|
@@ -95,7 +95,7 @@ jobs:
|
|
|
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
|
|
|
|
|
|
- name: Upload CodeQL results to code scanning
|
|
|
- uses: github/codeql-action/upload-sarif@v3.26.9
|
|
|
+ uses: github/codeql-action/upload-sarif@v3.26.11
|
|
|
with:
|
|
|
sarif_file: ${{ steps.step1.outputs.sarif-output }}
|
|
|
category: "/language:${{matrix.language}}"
|