mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 08:12:14 +00:00
18 lines
455 B
YAML
18 lines
455 B
YAML
name: "CodeQL Advanced"
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
workflow_dispatch:
|
|
schedule:
|
|
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
|
|
- cron: '0 5 * * *'
|
|
permissions: read-all
|
|
jobs:
|
|
codeql-analysis-call:
|
|
permissions:
|
|
actions: read
|
|
contents: read
|
|
security-events: write
|
|
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
|