8 changed files with 30 additions and 1 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
name: "Run CodeQL Analysis" |
||||
on: |
||||
push: |
||||
pull_request: |
||||
workflow_dispatch: |
||||
schedule: |
||||
- cron: '0 5 * * *' |
||||
permissions: read-all |
||||
jobs: |
||||
run-analysis: |
||||
permissions: |
||||
actions: read |
||||
contents: read |
||||
security-events: write |
||||
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@6e66995f7d29de1e4ff76e4f0def7a10163fe910 |
||||
Loading…
Reference in new issue