Skip to content

Commit bc72944

Browse files
authored
Merge branch 'main' into rasmuswl/python-update-setenv
2 parents 64ebf10 + 3f8927d commit bc72944

4 files changed

Lines changed: 3 additions & 13 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
# │ │ │ │ │
3232
# │ │ │ │ │
3333
# * * * * *
34-
- cron: '0 0 * * 0'
34+
- cron: '30 1 * * 0'
3535

3636
jobs:
3737
CodeQL-Build:

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)