From f8e31274f41a4dc87dd4e0f90ba16d9d4cfdf573 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Sat, 20 Mar 2021 01:13:11 +0100 Subject: [PATCH] Revert "Temporarily use the latest version for testing" This reverts commit e70007508276222791aefef8c4963df738df804a. --- .github/workflows/codeql.yml | 1 - .github/workflows/pr-checks.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 950688518..420c1ce09 100644 --- a/.github/workflows/codeql.yml +++ b/.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 diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ae9475093..5716217c9 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -136,7 +136,6 @@ jobs: with: languages: go config-file: ./.github/codeql/custom-queries.yml - tools: latest - name: Build code shell: bash run: ./build.sh @@ -170,7 +169,6 @@ jobs: - uses: ./../action/init with: languages: go - tools: latest - name: Build code shell: bash run: go build main.go @@ -198,7 +196,6 @@ jobs: - uses: ./../action/init with: languages: go - tools: latest - uses: ./../action/autobuild - uses: ./../action/analyze env: @@ -262,7 +259,6 @@ jobs: - uses: ./../action/init with: languages: javascript - tools: latest - uses: ./../action/analyze env: TEST_MODE: true