File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@v3
52+ uses : github/codeql-action/init@v3.26.9
5353 with :
5454 languages : ${{ matrix.language }}
5555
6666 - run : |
6767 ./.github/scripts/codeql_buildscript.sh
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@v3
69+ uses : github/codeql-action/analyze@v3.26.9
7070 with :
7171 category : " /language:${{matrix.language}}"
7272 upload : false
9595 output : ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
9696
9797 - name : Upload CodeQL results to code scanning
98- uses : github/codeql-action/upload-sarif@v3
98+ uses : github/codeql-action/upload-sarif@v3.26.9
9999 with :
100100 sarif_file : ${{ steps.step1.outputs.sarif-output }}
101101 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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
63+ uses : github/codeql-action/upload-sarif@2617ff2d3f2bf8dd95abadcd289352a4023a4758 # v2.2.4
6464 with :
6565 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments