Skip to content

Commit 2c62543

Browse files
committed
Temporarily use the latest version for testing
1 parent 18f9eb6 commit 2c62543

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/codeql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
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

.github/workflows/pr-checks.yml

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
with:
134134
languages: go
135135
config-file: ./.github/codeql/custom-queries.yml
136+
tools: latest
136137
- name: Build code
137138
shell: bash
138139
run: ./build.sh
@@ -166,6 +167,7 @@ jobs:
166167
- uses: ./../action/init
167168
with:
168169
languages: go
170+
tools: latest
169171
- name: Build code
170172
shell: bash
171173
run: go build main.go
@@ -193,6 +195,7 @@ jobs:
193195
- uses: ./../action/init
194196
with:
195197
languages: go
198+
tools: latest
196199
- uses: ./../action/autobuild
197200
- uses: ./../action/analyze
198201
env:
@@ -256,6 +259,7 @@ jobs:
256259
- uses: ./../action/init
257260
with:
258261
languages: javascript
262+
tools: latest
259263
- uses: ./../action/analyze
260264
env:
261265
TEST_MODE: true

0 commit comments

Comments
 (0)