We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e45252 commit 07fe507Copy full SHA for 07fe507
2 files changed
.github/workflows/codeql.yml
@@ -0,0 +1,23 @@
1
+name: CodeQL analysis
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
+ schedule:
11
+ - cron: "0 8 * * *" # every day at 8 AM UTC
12
13
+permissions:
14
+ security-events: write
15
+ packages: read
16
+ contents: read
17
+ actions: read
18
19
+jobs:
20
+ analyze:
21
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-codeql.yml@shared-ghas-workflows-v1
22
+ with:
23
+ languages: '["actions", "java-kotlin"]'
.github/workflows/dependency-scan.yml
@@ -0,0 +1,11 @@
+name: Dependency Scan
+ dependency-scan:
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-dependency-scan.yml@shared-ghas-workflows-v1
0 commit comments