File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373
7474 # Initializes the CodeQL tools for scanning.
7575 - name : Initialize CodeQL
76- uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
76+ uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7777 with :
7878 languages : ${{ matrix.language }}
7979 build-mode : ${{ matrix.build-mode }}
@@ -102,6 +102,6 @@ jobs:
102102 exit 1
103103
104104 - name : Perform CodeQL Analysis
105- uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
105+ uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
106106 with :
107107 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7070 # Upload the results to GitHub's code scanning dashboard (optional).
7171 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7272 - name : " Upload to code-scanning"
73- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
73+ uses : github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7474 with :
7575 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments