File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 languages : javascript
2222 config-file : ./.github/codeql/codeql-config.yml
23+ tools : latest
2324 # confirm steps.init.outputs.codeql-path points to the codeql binary
2425 - name : Print CodeQL Version
2526 run : ${{steps.init.outputs.codeql-path}} version --format=json
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ jobs:
136136 with :
137137 languages : go
138138 config-file : ./.github/codeql/custom-queries.yml
139+ tools : latest
139140 - name : Build code
140141 shell : bash
141142 run : ./build.sh
@@ -169,6 +170,7 @@ jobs:
169170 - uses : ./../action/init
170171 with :
171172 languages : go
173+ tools : latest
172174 - name : Build code
173175 shell : bash
174176 run : go build main.go
@@ -196,6 +198,7 @@ jobs:
196198 - uses : ./../action/init
197199 with :
198200 languages : go
201+ tools : latest
199202 - uses : ./../action/autobuild
200203 - uses : ./../action/analyze
201204 env :
@@ -259,6 +262,7 @@ jobs:
259262 - uses : ./../action/init
260263 with :
261264 languages : javascript
265+ tools : latest
262266 - uses : ./../action/analyze
263267 env :
264268 TEST_MODE : true
You can’t perform that action at this time.
0 commit comments