Skip to content

Commit e8e4813

Browse files
committed
Configure CodeQL analysis workflow for GH actions
1 parent 6ce4e53 commit e8e4813

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/codeql.yml

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

0 commit comments

Comments
 (0)