Fix permissions.
See https://github.com/github/codeql-action/issues/464
This commit is contained in:
parent
4814d36639
commit
223b96404e
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,6 +2,9 @@ name: "LGTM Code Scanning"
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
security-events: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CodeQL-Build:
|
CodeQL-Build:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user