You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
347 B
13 lines
347 B
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 * * *' |
|
|
|
jobs: |
|
codeql-analysis-call: |
|
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
|
|
|