We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8872b3e commit be947a6Copy full SHA for be947a6
2 files changed
.github/workflows/codeql.yml
@@ -70,7 +70,7 @@ jobs:
70
distribution: 'temurin'
71
# Initializes the CodeQL tools for scanning.
72
- name: Initialize CodeQL
73
- uses: github/codeql-action/init@v3.28.21
+ uses: github/codeql-action/init@v3
74
with:
75
languages: ${{ matrix.language }}
76
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
98
exit 1
99
100
- name: Perform CodeQL Analysis
101
- uses: github/codeql-action/analyze@v3.28.21
+ uses: github/codeql-action/analyze@v3
102
103
category: "/language:${{matrix.language}}"
jooq/build.gradle.kts
@@ -13,7 +13,6 @@ version = "0.0.1-SNAPSHOT"
13
14
java {
15
toolchain {
16
- // Hint for the CodeQL autobuilder: sourceCompatibility = 25
17
languageVersion.set(JavaLanguageVersion.of(25))
18
}
19
0 commit comments