From 2f4f48f7671e6ef5d1e2e3aa0e65a25c32b6f222 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 4 Mar 2021 13:20:54 -0800 Subject: [PATCH] Temporarily use the latest version for testing --- .github/workflows/codeql.yml | 1 + .github/workflows/pr-checks.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 420c1ce09..950688518 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 5716217c9..ae9475093 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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