File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
36
+ uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
37
37
with :
38
38
languages : ${{ matrix.language }}
39
39
# If you wish to specify custom queries, you can do so here or in a config file.
44
44
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
45
45
# If this step fails, then you should remove it and run the build manually (see below)
46
46
- name : Autobuild
47
- uses : github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f
47
+ uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
48
48
49
49
# ℹ️ Command-line programs to run using the OS shell.
50
50
# 📚 https://git.io/JvXDl
58
58
# make release
59
59
60
60
- name : Perform CodeQL Analysis
61
- uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f
61
+ uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
Original file line number Diff line number Diff line change 50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f
53
+ uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments