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 67
67
68
68
# Initializes the CodeQL tools for scanning.
69
69
- name : Initialize CodeQL
70
- uses : github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
70
+ uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
71
71
with :
72
72
languages : ${{ matrix.language }}
73
73
# If you wish to specify custom queries, you can do so here or in a config file.
78
78
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
79
79
# If this step fails, then you should remove it and run the build manually (see below)
80
80
- name : Autobuild
81
- uses : github/codeql-action/autobuild@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
81
+ uses : github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
82
82
83
83
# ℹ️ Command-line programs to run using the OS shell.
84
84
# 📚 https://git.io/JvXDl
92
92
# make release
93
93
94
94
- name : Perform CodeQL Analysis
95
- uses : github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
95
+ uses : github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
70
+ uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments