Skip to content

Commit d698885

Browse files
authored
Create codeql.yml
1 parent 3d740ea commit d698885

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CodeQL Advanced Analysis for Java/Kotlin"
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [ "main" ]
7+
schedule:
8+
- cron: '0 4 * * 2'
9+
10+
jobs:
11+
build:
12+
uses: statens-pensjonskasse/github-actions-library/.github/workflows/codeql-java-kotlin.yaml@a2bc06ac35932796354f31ce92d0fc516b27a20b # v1.44.15
13+
permissions:
14+
security-events: write
15+
packages: read
16+
actions: read
17+
contents: read
18+
secrets: inherit
19+
with:
20+
java-version: '21'
21+
runner-tag: 'ubuntu-latest'

0 commit comments

Comments
 (0)