Skip to content

Commit e86ea38

Browse files
Merge pull request #791 from github/update-v1.0.20-c89d9bd8
Merge main into v1
2 parents 1990ded + 0499230 commit e86ea38

File tree

763 files changed

+23488
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+23488
-528
lines changed

.github/workflows/__split-workflow.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update:
88
name: Update dependencies
99
runs-on: macos-latest
10-
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies')
10+
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action')
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
@@ -24,8 +24,8 @@ jobs:
2424
env:
2525
BRANCH: '${{ github.head_ref }}'
2626
run: |
27-
git fetch
28-
git checkout $BRANCH
27+
git fetch origin "$BRANCH" --depth=1
28+
git checkout "origin/$BRANCH"
2929
sudo npm install --force -g npm@latest
3030
npm install
3131
npm ci

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CodeQL Action and CodeQL Runner Changelog
22

3+
## 1.0.20 - 25 Oct 2021
4+
5+
No user facing changes.
6+
37
## 1.0.19 - 18 Oct 2021
48

59
No user facing changes.

node_modules/.package-lock.json

Lines changed: 141 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@typescript-eslint/parser/CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)