File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181
8282 # Initializes the CodeQL tools for scanning.
8383 - name : Initialize CodeQL
84- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
84+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
8585 with :
8686 languages : ${{ matrix.language }}
8787 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -107,6 +107,6 @@ jobs:
107107 # ./location_of_script_within_repo/buildscript.sh
108108
109109 - name : Perform CodeQL Analysis
110- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
110+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
111111 with :
112112 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7575
7676 # Upload the results to GitHub's code scanning dashboard.
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # tag=v2
78+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # tag=v2
7979 with :
8080 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments