We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d740ea commit d698885Copy full SHA for d698885
1 file changed
.github/workflows/codeql.yml
@@ -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