File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -133,7 +133,6 @@ jobs:
133133 with :
134134 languages : go
135135 config-file : ./.github/codeql/custom-queries.yml
136- tools : latest
137136 - name : Build code
138137 shell : bash
139138 run : ./build.sh
@@ -167,7 +166,6 @@ jobs:
167166 - uses : ./../action/init
168167 with :
169168 languages : go
170- tools : latest
171169 - name : Build code
172170 shell : bash
173171 run : go build main.go
@@ -195,7 +193,6 @@ jobs:
195193 - uses : ./../action/init
196194 with :
197195 languages : go
198- tools : latest
199196 - uses : ./../action/autobuild
200197 - uses : ./../action/analyze
201198 env :
@@ -259,7 +256,6 @@ jobs:
259256 - uses : ./../action/init
260257 with :
261258 languages : javascript
262- tools : latest
263259 - uses : ./../action/analyze
264260 env :
265261 TEST_MODE : true
You can’t perform that action at this time.
0 commit comments