Skip to content

Commit 6278881

Browse files
committed
Add CodeQL scanning.
Closes #2664
1 parent 5133489 commit 6278881

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# GitHub Actions for CodeQL Scanning
2+
3+
name: "CodeQL Advanced"
4+
5+
on:
6+
push:
7+
pull_request:
8+
workflow_dispatch:
9+
schedule:
10+
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
11+
- cron: '0 5 * * *'
12+
13+
permissions: read-all
14+
15+
jobs:
16+
codeql-analysis-call:
17+
permissions:
18+
actions: read
19+
contents: read
20+
security-events: write
21+
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1

0 commit comments

Comments
 (0)