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@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
38
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
45
45
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
46
# If this step fails, then you should remove it and run the build manually (see below)
47
47
- name : Autobuild
48
- uses : github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
48
+ uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
49
49
50
50
# ℹ️ Command-line programs to run using the OS shell.
51
51
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
58
58
# ./location_of_script_within_repo/buildscript.sh
59
59
60
60
- name : Perform CodeQL Analysis
61
- uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
61
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
Original file line number Diff line number Diff line change 43
43
44
44
# Upload the results to GitHub's code scanning dashboard.
45
45
- name : " Upload to code-scanning"
46
- uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
46
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
47
47
with :
48
48
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments