Skip to content

Commit

Permalink
Merge branch 'main' into daverlo/categoryInput
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verdeguer committed May 5, 2021
2 parents cd7eedd + 925cef7 commit a117668
Show file tree
Hide file tree
Showing 37 changed files with 6,427 additions and 113 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
outputs:
versions: ${{ steps.compare.outputs.versions }}

permissions:
actions: read
contents: read
security-events: write

steps:
- uses: actions/checkout@v2
- name: Init with default CodeQL bundle from the VM image
Expand Down Expand Up @@ -59,6 +64,11 @@ jobs:
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
runs-on: ${{ matrix.os }}

permissions:
actions: read
contents: read
security-events: write

steps:
- uses: actions/checkout@v2
- uses: ./init
Expand Down
16 changes: 8 additions & 8 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions lib/analyze.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a117668

Please sign in to comment.