Skip to content

Commit 9404de6

Browse files
authored
CodeQL for Actions
Run CodeQL analysis on GitHub Actions config in this repository. Signed-off-by: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com>
1 parent ca98ae8 commit 9404de6

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)