File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
languages : javascript
22
22
config-file : ./.github/codeql/codeql-config.yml
23
+ tools : latest
23
24
# confirm steps.init.outputs.codeql-path points to the codeql binary
24
25
- name : Print CodeQL Version
25
26
run : ${{steps.init.outputs.codeql-path}} version --format=json
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133
133
with :
134
134
languages : go
135
135
config-file : ./.github/codeql/custom-queries.yml
136
+ tools : latest
136
137
- name : Build code
137
138
shell : bash
138
139
run : ./build.sh
@@ -166,6 +167,7 @@ jobs:
166
167
- uses : ./../action/init
167
168
with :
168
169
languages : go
170
+ tools : latest
169
171
- name : Build code
170
172
shell : bash
171
173
run : go build main.go
@@ -193,6 +195,7 @@ jobs:
193
195
- uses : ./../action/init
194
196
with :
195
197
languages : go
198
+ tools : latest
196
199
- uses : ./../action/autobuild
197
200
- uses : ./../action/analyze
198
201
env :
@@ -256,6 +259,7 @@ jobs:
256
259
- uses : ./../action/init
257
260
with :
258
261
languages : javascript
262
+ tools : latest
259
263
- uses : ./../action/analyze
260
264
env :
261
265
TEST_MODE : true
You can’t perform that action at this time.
0 commit comments