Skip to content

Commit fb01860

Browse files
committed
Revert "Temporarily use the latest version for testing"
This reverts commit 2f4f48f.
1 parent 2f4f48f commit fb01860

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
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

.github/workflows/pr-checks.yml

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

0 commit comments

Comments
 (0)