File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# Initializes the CodeQL tools for scanning.
60
60
- name : Initialize CodeQL
61
- uses : github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v1
61
+ uses : github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v1
62
62
with :
63
63
languages : ${{ matrix.language }}
64
64
# If you wish to specify custom queries, you can do so here or in a config file.
84
84
# make release
85
85
86
86
- name : Perform CodeQL Analysis
87
- uses : github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v1
87
+ uses : github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v1
Original file line number Diff line number Diff line change 59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d # v1.0.26
62
+ uses : github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v1.0.26
63
63
with :
64
64
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments