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 3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100
35+ uses : github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110
3636 with :
3737 languages : ${{ matrix.language }}
3838 # If you wish to specify custom queries, you can do so here or in a config file.
5959 # ./location_of_script_within_repo/buildscript.sh
6060
6161 - name : Perform CodeQL Analysis
62- uses : github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100
62+ uses : github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110
Original file line number Diff line number Diff line change 5151
5252 # Upload the results to GitHub's code scanning dashboard.
5353 - name : " Upload to code-scanning"
54- uses : github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100
54+ uses : github/codeql-action/upload-sarif@cc7986c02bac29104a72998e67239bb5ee2ee110
5555 with :
5656 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments