From 0ff9c449b778153c4abd05c8499e00bcf7a456eb Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 4 Mar 2021 13:05:30 -0800 Subject: [PATCH 1/7] 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/7] 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/7] 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 From 039625a3cec2be7206c26b0611885468d631ee6a Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Mon, 8 Mar 2021 18:27:42 +0000 Subject: [PATCH 4/7] Fix the Pip download URL. --- python-setup/install_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-setup/install_tools.sh b/python-setup/install_tools.sh index 3c1301ca2..9d26642f3 100755 --- a/python-setup/install_tools.sh +++ b/python-setup/install_tools.sh @@ -31,7 +31,7 @@ python3 -m pip install --user pipenv if command -v python2 &> /dev/null; then # Setup Python 2 dependency installation tools. # The Ubuntu 20.04 GHA environment does not come with a Python 2 pip - curl --location --fail https://bootstrap.pypa.io/2.7/get-pip.py | python2 + curl --location --fail https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2 python2 -m pip install --user --upgrade pip setuptools wheel From bcca43b3918c6e39eb2b9556c7ad21ac32eada5e Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Tue, 9 Mar 2021 17:41:23 +0100 Subject: [PATCH 5/7] Update CodeQL bundle to 20210308 --- 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 c5f796dec..aff1f9f38 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20210304" + "bundleVersion": "codeql-bundle-20210308" } diff --git a/src/defaults.json b/src/defaults.json index 4f924896c..e9a5c4236 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20210304" + "bundleVersion": "codeql-bundle-20210308" } From c78d81fa3eaa03f534996fb8a40162e4a6ecf8cf Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Wed, 27 Jan 2021 11:51:55 +0000 Subject: [PATCH 6/7] 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 27ed6ac80499b8849825344ebc58ad671a0ed296 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Tue, 9 Mar 2021 19:03:10 +0100 Subject: [PATCH 7/7] Revert "Temporarily use the latest version for testing" This reverts commit c78d81fa3eaa03f534996fb8a40162e4a6ecf8cf. --- .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