mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
ci: trim permissions for codeql-analysis action (#10839)
This commit is contained in:
parent
48c33bee7d
commit
5279c2489b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -9,6 +9,9 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 13 * * 1'
|
- cron: '0 13 * * 1'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
security-events: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CodeQL-Build:
|
CodeQL-Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue