File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
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
2423 # confirm steps.init.outputs.codeql-path points to the codeql binary
2524 - name : Print CodeQL Version
2625 run : ${{steps.init.outputs.codeql-path}} version --format=json
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ jobs:
136136 with :
137137 languages : go
138138 config-file : ./.github/codeql/custom-queries.yml
139- tools : latest
140139 - name : Build code
141140 shell : bash
142141 run : ./build.sh
@@ -170,7 +169,6 @@ jobs:
170169 - uses : ./../action/init
171170 with :
172171 languages : go
173- tools : latest
174172 - name : Build code
175173 shell : bash
176174 run : go build main.go
@@ -198,7 +196,6 @@ jobs:
198196 - uses : ./../action/init
199197 with :
200198 languages : go
201- tools : latest
202199 - uses : ./../action/autobuild
203200 - uses : ./../action/analyze
204201 env :
@@ -262,7 +259,6 @@ jobs:
262259 - uses : ./../action/init
263260 with :
264261 languages : javascript
265- tools : latest
266262 - uses : ./../action/analyze
267263 env :
268264 TEST_MODE : true
You can’t perform that action at this time.
0 commit comments