Merge branch '6.4.x' into 6.5.x
This commit is contained in:
@@ -7,7 +7,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
|
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 5 * * *'
|
||||||
|
permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
codeql-analysis-call:
|
codeql-analysis-call:
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
|
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
|
||||||
|
|||||||
Reference in New Issue
Block a user