Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Temporarily use the latest version for testing"
This reverts commit 2c62543.
  • Loading branch information
Robin Neatherway committed Jan 27, 2021
1 parent 2c62543 commit 07943dc
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
@@ -20,7 +20,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/pr-checks.yml
@@ -133,7 +133,6 @@ jobs:
with:
languages: go
config-file: ./.github/codeql/custom-queries.yml
tools: latest
- name: Build code
shell: bash
run: ./build.sh
@@ -167,7 +166,6 @@ jobs:
- uses: ./../action/init
with:
languages: go
tools: latest
- name: Build code
shell: bash
run: go build main.go
@@ -195,7 +193,6 @@ jobs:
- uses: ./../action/init
with:
languages: go
tools: latest
- uses: ./../action/autobuild
- uses: ./../action/analyze
env:
@@ -259,7 +256,6 @@ jobs:
- uses: ./../action/init
with:
languages: javascript
tools: latest
- uses: ./../action/analyze
env:
TEST_MODE: true

0 comments on commit 07943dc

Please sign in to comment.