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 59
59
60
60
# Initializes the CodeQL tools for scanning.
61
61
- name : Initialize CodeQL
62
- uses : github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
62
+ uses : github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
63
63
with :
64
64
languages : ${{ matrix.language }}
65
65
# If you wish to specify custom queries, you can do so here or in a config file.
70
70
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
71
71
# If this step fails, then you should remove it and run the build manually (see below)
72
72
- name : Autobuild
73
- uses : github/codeql-action/autobuild@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
73
+ uses : github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
74
74
75
75
# ℹ️ Command-line programs to run using the OS shell.
76
76
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
84
84
# make release
85
85
86
86
- name : Perform CodeQL Analysis
87
- uses : github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
87
+ uses : github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
Original file line number Diff line number Diff line change 68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
71
+ uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments