Skip to content

Commit 6588be3

Browse files
committed
Create codeql.yml
1 parent d5d5293 commit 6588be3

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/public-actions-library/.github/workflows/codeql-java-kotlin.yaml@309c106e509700ff0ff171b132b59c96eeb6b32f # v0.1.3
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)