Temporarily use the latest version for testing

This commit is contained in:
Aditya Sharad 2021-03-04 13:20:54 -08:00
parent 0ff9c449b7
commit 2f4f48f767
No known key found for this signature in database
GPG key ID: 66D1E528054C320C
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
tools: latest
# confirm steps.init.outputs.codeql-path points to the codeql binary
- name: Print CodeQL Version
run: ${{steps.init.outputs.codeql-path}} version --format=json

View file

@ -136,6 +136,7 @@ jobs:
with:
languages: go
config-file: ./.github/codeql/custom-queries.yml
tools: latest
- name: Build code
shell: bash
run: ./build.sh
@ -169,6 +170,7 @@ jobs:
- uses: ./../action/init
with:
languages: go
tools: latest
- name: Build code
shell: bash
run: go build main.go
@ -196,6 +198,7 @@ jobs:
- uses: ./../action/init
with:
languages: go
tools: latest
- uses: ./../action/autobuild
- uses: ./../action/analyze
env:
@ -259,6 +262,7 @@ jobs:
- uses: ./../action/init
with:
languages: javascript
tools: latest
- uses: ./../action/analyze
env:
TEST_MODE: true