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@0225834cc549ee0ca93cb085b92954821a145866
38
+ uses : github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
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@0225834cc549ee0ca93cb085b92954821a145866
47
+ uses : github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
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@0225834cc549ee0ca93cb085b92954821a145866 # v2.1.27
50
+ uses : github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.1.27
51
51
with :
52
52
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments