We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d5293 commit 6588be3Copy full SHA for 6588be3
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/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