Skip to content

Commit

Permalink
Showing 37 changed files with 6,427 additions and 113 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
@@ -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
@@ -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
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.

0 comments on commit a117668

Please sign in to comment.