We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d1310 commit 097ded5Copy full SHA for 097ded5
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
java-version: |
38
17
39
21
40
+ 24
41
42
- name: Setup Gradle
43
uses: gradle/actions/setup-gradle@v4
.github/workflows/codeql-analysis.yml
@@ -5,8 +5,8 @@ on:
5
branches: [main]
6
pull_request:
7
8
- schedule:
9
- - cron: '0 4 * * 3'
+# schedule:
+# - cron: '0 4 * * 3'
10
11
jobs:
12
analyze:
0 commit comments