File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
72
72
# Initializes the CodeQL tools for scanning.
73
73
- name : Initialize CodeQL
74
- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
74
+ uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3
75
75
with :
76
76
languages : ${{ matrix.language }}
77
77
# If you wish to specify custom queries, you can do so here or in a config file.
85
85
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
86
86
# If this step fails, then you should remove it and run the build manually (see below)
87
87
- name : Autobuild
88
- uses : github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
88
+ uses : github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3
89
89
90
90
# ℹ️ Command-line programs to run using the OS shell.
91
91
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
98
98
# ./location_of_script_within_repo/buildscript.sh
99
99
100
100
- name : Perform CodeQL Analysis
101
- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
101
+ uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3
102
102
with :
103
103
category : " /language:${{matrix.language}}"
104
104
You can’t perform that action at this time.
0 commit comments