2
0

codeql.yml 455 B

1234567891011121314151617
  1. name: "CodeQL Advanced"
  2. on:
  3. push:
  4. pull_request:
  5. workflow_dispatch:
  6. schedule:
  7. # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
  8. - cron: '0 5 * * *'
  9. permissions: read-all
  10. jobs:
  11. codeql-analysis-call:
  12. permissions:
  13. actions: read
  14. contents: read
  15. security-events: write
  16. uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1