File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
38
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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.
46
46
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
47
47
# If this step fails, then you should remove it and run the build manually (see below)
48
48
- name : Autobuild
49
- uses : github/codeql-action/autobuild@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
49
+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
50
50
51
51
# ℹ️ Command-line programs to run using the OS shell.
52
52
# 📚 https://git.io/JvXDl
60
60
# make release
61
61
62
62
- name : Perform CodeQL Analysis
63
- uses : github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
63
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
Original file line number Diff line number Diff line change 48
48
49
49
# Upload the results to GitHub's code scanning dashboard.
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
51
+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments