Skip to content

Commit 18f6367

Browse files
authored
Merge branch 'main' into check-ghae-endpoint-first-only-on-ghae
2 parents bb51ece + 2fcc4eb commit 18f6367

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20210127"
2+
"bundleVersion": "codeql-bundle-20210308"
33
}

python-setup/install_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python3 -m pip install --user pipenv
3131
if command -v python2 &> /dev/null; then
3232
# Setup Python 2 dependency installation tools.
3333
# The Ubuntu 20.04 GHA environment does not come with a Python 2 pip
34-
curl --location --fail https://bootstrap.pypa.io/2.7/get-pip.py | python2
34+
curl --location --fail https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2
3535

3636
python2 -m pip install --user --upgrade pip setuptools wheel
3737

src/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20210127"
2+
"bundleVersion": "codeql-bundle-20210308"
33
}

0 commit comments

Comments
 (0)