1
0
mirror of synced 2026-09-11 02:19:47 +00:00
Files
spring-data-elasticsearch/.github/workflows/codeql.yml
T
2026-08-05 16:11:45 +02:00

23 lines
518 B
YAML

# GitHub Actions for CodeQL Scanning
name: "CodeQL Advanced"
on:
push:
branches: [ main ]
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