From d2f4021928711954b7e618bed98c5fb609865a18 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Sat, 20 Mar 2021 00:30:46 +0100 Subject: [PATCH 1/3] Update CodeQL bundle to 20210319 --- 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 aff1f9f38..4ad35aae5 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20210308" + "bundleVersion": "codeql-bundle-20210319" } diff --git a/src/defaults.json b/src/defaults.json index e9a5c4236..e600c93fe 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20210308" + "bundleVersion": "codeql-bundle-20210319" } From e70007508276222791aefef8c4963df738df804a Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Wed, 27 Jan 2021 11:51:55 +0000 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 f8e31274f41a4dc87dd4e0f90ba16d9d4cfdf573 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Sat, 20 Mar 2021 01:13:11 +0100 Subject: [PATCH 3/3] 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