File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777
7878 # Initializes the CodeQL tools for scanning.
7979 - name : Initialize CodeQL
80- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
80+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
8181 with :
8282 languages : ${{ matrix.language }}
8383 build-mode : ${{ matrix.build-mode }}
@@ -105,6 +105,6 @@ jobs:
105105 exit 1
106106
107107 - name : Perform CodeQL Analysis
108- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
108+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
109109 with :
110110 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5656 # Upload the results to GitHub's code scanning dashboard (optional).
5757 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858 - name : " Upload to code-scanning"
59- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
59+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
6060 with :
6161 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments