Skip to content

Commit 07943dc

Browse files
committed
Revert "Temporarily use the latest version for testing"
This reverts commit 2c62543.
1 parent 2c62543 commit 07943dc

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.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
@@ -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

0 commit comments

Comments
 (0)