Skip to content

Commit 6b86057

Browse files
authored
Merge pull request #471 from github/update-v1-cb581084
Merge main into v1
2 parents 83b730e + cb58108 commit 6b86057

39 files changed

+6769
-117
lines changed

.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-action.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.js

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

0 commit comments

Comments
 (0)