Skip to content

Commit e63596e

Browse files
authored
Merge branch 'main' into daverlo/python-windows
2 parents 0d97ea8 + cdfffe8 commit e63596e

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
with:
18-
# Must fetch at least the immediate parents so that if this is
19-
# a pull request then we can checkout the head of the pull request.
20-
fetch-depth: 2
21-
22-
# If this run was triggered by a pull request event then checkout
23-
# the head of the pull request instead of the merge commit.
24-
- run: git checkout HEAD^2
25-
if: ${{ github.event_name == 'pull_request' }}
26-
2717
- uses: ./init
2818
with:
2919
languages: javascript

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-20200826"
2+
"bundleVersion": "codeql-bundle-20201008"
33
}

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-20200826"
2+
"bundleVersion": "codeql-bundle-20201008"
33
}

0 commit comments

Comments
 (0)