File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 # Initializes the CodeQL tools for scanning.
7373 - name : Initialize CodeQL
74- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
74+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
7575 with :
7676 languages : ${{ matrix.language }}
7777 build-mode : ${{ matrix.build-mode }}
9999 exit 1
100100
101101 - name : Perform CodeQL Analysis
102- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
102+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
103103 with :
104104 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7676 # Upload the results to GitHub's code scanning dashboard (optional).
7777 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7878 - name : " Upload to code-scanning"
79- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
79+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
8080 with :
8181 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3838 severity : ' CRITICAL'
3939
4040 - name : Upload Trivy scan results to GitHub Security tab
41- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
41+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4242 with :
4343 sarif_file : ' trivy-results.sarif'
4444
7575
7676 - name : Upload govulncheck results to GitHub Security tab
7777 if : ${{ steps.PrintSarif.outputs.hasResults == 'true' }}
78- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
78+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
7979 with :
8080 sarif_file : govulncheck-results.sarif
You can’t perform that action at this time.
0 commit comments