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 32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5
35
+ uses : github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
# If you wish to specify custom queries, you can do so here or in a config file.
59
59
# ./location_of_script_within_repo/buildscript.sh
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5
62
+ uses : github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477
Original file line number Diff line number Diff line change 51
51
52
52
# Upload the results to GitHub's code scanning dashboard.
53
53
- name : " Upload to code-scanning"
54
- uses : github/codeql-action/upload-sarif@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5
54
+ uses : github/codeql-action/upload-sarif@8775e868027fa230df8586bdf502bbd9b618a477
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments