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 62
62
63
63
# Initializes the CodeQL tools for scanning.
64
64
- name : Initialize CodeQL
65
- uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # 3.25.3
65
+ uses : github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # 3.25.4
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
# If you wish to specify custom queries, you can do so here or in a config file.
73
73
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
74
74
# If this step fails, then you should remove it and run the build manually (see below)
75
75
- name : Autobuild
76
- uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # 3.25.3
76
+ uses : github/codeql-action/autobuild@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # 3.25.4
77
77
78
78
# ℹ️ Command-line programs to run using the OS shell.
79
79
# 📚 https://git.io/JvXDl
87
87
# make release
88
88
89
89
- name : Perform CodeQL Analysis
90
- uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # 3.25.3
90
+ uses : github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # 3.25.4
Original file line number Diff line number Diff line change 66
66
retention-days : 5
67
67
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # 3.25.3
69
+ uses : github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # 3.25.4
70
70
with :
71
71
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments