File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171
7272 # Initializes the CodeQL tools for scanning.
7373 - name : Initialize CodeQL
74- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
74+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
7575 with :
7676 languages : ${{ matrix.language }}
7777 # If you wish to specify custom queries, you can do so here or in a config file.
9696 # ./location_of_script_within_repo/buildscript.sh
9797
9898 - name : Perform CodeQL Analysis
99- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
99+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
100100 with :
101101 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7474
7575 # Upload the results to GitHub's code scanning dashboard.
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # tag=v2
77+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # tag=v2
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments