File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878
7979 # Initializes the CodeQL tools for scanning.
8080 - name : Initialize CodeQL
81- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
81+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
8282 with :
8383 languages : ${{ matrix.language }}
8484 build-mode : ${{ matrix.build-mode }}
9292 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
9393 # If this step fails, then you should remove it and run the build manually (see below)
9494 - name : Autobuild
95- uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
95+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
9696 # If the Autobuild fails above, remove it and uncomment the following three lines.
9797 # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
9898
@@ -120,6 +120,6 @@ jobs:
120120
121121 - name: Perform CodeQL Analysis
122122 - name : Perform CodeQL Analysis
123- uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
123+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
124124 with :
125125 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
76+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7777 with :
7878 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments