Skip to content

Commit 2f4f48f

Browse files
committed
Temporarily use the latest version for testing
1 parent 0ff9c44 commit 2f4f48f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)