File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 # Initializes the CodeQL tools for scanning.
6262 - name : Initialize CodeQL
63- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
63+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
6464 with :
6565 languages : ${{ matrix.language }}
6666 build-mode : ${{ matrix.build-mode }}
8888 exit 1
8989
9090 - name : Perform CodeQL Analysis
91- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
91+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
9292 with :
9393 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7272 # Upload the results to GitHub's code scanning dashboard (optional).
7373 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7474 - name : " Upload to code-scanning"
75- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
75+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
7676 with :
7777 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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
41+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4242 with :
4343 sarif_file : ' trivy-results.sarif'
4444
8282
8383 - name : Upload govolncheck results to GitHub Security tab
8484 if : ${{ steps.PrintSarif.outputs.hasResults == 'true' }}
85- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
85+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
8686 with :
8787 sarif_file : govulncheck-results.sarif
You can’t perform that action at this time.
0 commit comments