Skip to content

Commit 45ab721

Browse files
authored
Merge pull request #5 from entur/codeql
Codeql
2 parents b52ecae + d523194 commit 45ab721

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Reusable Workflows see: https://github.com/entur/gha-security/blob/main/README-code-scan.md
2+
3+
name: CodeQL Scan
4+
5+
on:
6+
pull_request:
7+
branches:
8+
- "main"
9+
push:
10+
branches:
11+
- "main"
12+
schedule:
13+
- cron: "0 4 * * TUE" # Run Monday at 3AM UTC
14+
15+
jobs:
16+
code-scan:
17+
name: CodeQL Scan
18+
uses: entur/gha-security/.github/workflows/code-scan.yml@v2
19+
secrets: inherit
20+
with:
21+
java_distribution: "temurin"
22+

0 commit comments

Comments
 (0)