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
322 B
13 lines
322 B
name: "Run CodeQL Analysis" |
|
on: |
|
push: |
|
pull_request: |
|
workflow_dispatch: |
|
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
|
|
|