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 35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe
38
+ uses : github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
# If you wish to specify custom queries, you can do so here or in a config file.
44
44
# queries: ./path/to/local/query, your-org/your-repo/queries@main
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe
47
+ uses : github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
Original file line number Diff line number Diff line change 47
47
48
48
# Upload the results to GitHub's code scanning dashboard.
49
49
- name : " Upload to code-scanning"
50
- uses : github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
50
+ uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.1.27
51
51
with :
52
52
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments