From 0ff9c449b778153c4abd05c8499e00bcf7a456eb Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 4 Mar 2021 13:05:30 -0800 Subject: [PATCH 1/3] Update CodeQL bundle to 20210304 / CLI 2.4.4 --- lib/defaults.json | 2 +- src/defaults.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index aee39c519..c5f796dec 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20210127" + "bundleVersion": "codeql-bundle-20210304" } diff --git a/src/defaults.json b/src/defaults.json index d06a51d96..4f924896c 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20210127" + "bundleVersion": "codeql-bundle-20210304" } From 2f4f48f7671e6ef5d1e2e3aa0e65a25c32b6f222 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 4 Mar 2021 13:20:54 -0800 Subject: [PATCH 2/3] 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 From fb01860db60f2e065c1489b45986b3daba63aa8a Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 4 Mar 2021 13:33:26 -0800 Subject: [PATCH 3/3] Revert "Temporarily use the latest version for testing" This reverts commit 2f4f48f7671e6ef5d1e2e3aa0e65a25c32b6f222. --- .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