Update codeql-analysis.yml
This commit is contained in:
parent
f8159cc18a
commit
082a370a2a
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@ -19,9 +19,14 @@ on:
|
|||||||
branches: [ master, stable* ]
|
branches: [ master, stable* ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 8 * * 6'
|
- cron: '30 8 * * 6'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
permissions:
|
||||||
|
security-events: write
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user