Skip to content

Commit

Permalink
Merge pull request #471 from github/update-v1-cb581084
Browse files Browse the repository at this point in the history
Merge main into v1
  • Loading branch information
Henning Makholm authored and GitHub committed Apr 30, 2021
2 parents 83b730e + cb58108 commit 6b86057
Show file tree
Hide file tree
Showing 39 changed files with 6,769 additions and 117 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
2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

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

40 changes: 36 additions & 4 deletions lib/analyze.js

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

Loading

0 comments on commit 6b86057

Please sign in to comment.