File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@v3.29.10
56+ uses : github/codeql-action/init@v3.29.11
5757 with :
5858 languages : ${{ matrix.language }}
5959
7070 - run : |
7171 ./.github/scripts/codeql_buildscript.sh
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@v3.29.10
73+ uses : github/codeql-action/analyze@v3.29.11
7474 with :
7575 category : " /language:${{matrix.language}}"
7676 upload : false
9999 output : ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
100100
101101 - name : Upload CodeQL results to code scanning
102- uses : github/codeql-action/upload-sarif@v3.29.10
102+ uses : github/codeql-action/upload-sarif@v3.29.11
103103 with :
104104 sarif_file : ${{ steps.step1.outputs.sarif-output }}
105105 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - name : " Upload to code-scanning"
63- uses : github/codeql-action/upload-sarif@e96e340c1e95e91449de06aabfa9525b7b98113f
63+ uses : github/codeql-action/upload-sarif@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
6464 with :
6565 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments