Skip to content

Commit

Permalink
Temporarily use the latest version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Neatherway authored and Henning Makholm committed Mar 26, 2021
1 parent 1d93ad9 commit d8216de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
- uses: ./../action/init
with:
languages: go
tools: latest
- name: Build code
shell: bash
run: go build main.go
Expand Down Expand Up @@ -196,6 +198,7 @@ jobs:
- uses: ./../action/init
with:
languages: go
tools: latest
- uses: ./../action/autobuild
- uses: ./../action/analyze
env:
Expand Down Expand Up @@ -259,6 +262,7 @@ jobs:
- uses: ./../action/init
with:
languages: javascript
tools: latest
- uses: ./../action/analyze
env:
TEST_MODE: true
Expand Down

0 comments on commit d8216de

Please sign in to comment.