Skip to content

Commit a117668

Browse files
committed
Merge branch 'main' into daverlo/categoryInput
2 parents cd7eedd + 925cef7 commit a117668

37 files changed

Lines changed: 6427 additions & 113 deletions

.github/workflows/codeql.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
outputs:
1414
versions: ${{ steps.compare.outputs.versions }}
1515

16+
permissions:
17+
actions: read
18+
contents: read
19+
security-events: write
20+
1621
steps:
1722
- uses: actions/checkout@v2
1823
- name: Init with default CodeQL bundle from the VM image
@@ -59,6 +64,11 @@ jobs:
5964
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
6065
runs-on: ${{ matrix.os }}
6166

67+
permissions:
68+
actions: read
69+
contents: read
70+
security-events: write
71+
6272
steps:
6373
- uses: actions/checkout@v2
6474
- uses: ./init

lib/analyze.js

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

lib/analyze.js.map

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

lib/analyze.test.js

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

0 commit comments

Comments
 (0)