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.27.5
56+ uses : github/codeql-action/init@v3.27.6
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.27.5
73+ uses : github/codeql-action/analyze@v3.27.6
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.27.5
102+ uses : github/codeql-action/upload-sarif@v3.27.6
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@3d3d628990a5f99229dd9fa1821cc5a4f31b613b # v2.2.4
63+ uses : github/codeql-action/upload-sarif@6f9e628e6f9a18c785dd746325ba455111df1b67 # v2.2.4
6464 with :
6565 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments