File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189
190190 # Initializes the CodeQL tools for scanning.
191191 - name : Initialize CodeQL
192- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
192+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
193193 with :
194194 languages : ${{ matrix.language }}
195195 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -215,7 +215,7 @@ jobs:
215215 shell: pwsh
216216
217217 - name : Perform CodeQL Analysis
218- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
218+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
219219
220220 ready_to_merge :
221221 name : Linux ready to merge
Original file line number Diff line number Diff line change 6767
6868 # Upload the results to GitHub's code scanning dashboard.
6969 - name : " Upload to code-scanning"
70- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
70+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
7171 with :
7272 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments