Skip to content

Commit be947a6

Browse files
committed
Fix codeql
1 parent 8872b3e commit be947a6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
distribution: 'temurin'
7171
# Initializes the CodeQL tools for scanning.
7272
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@v3.28.21
73+
uses: github/codeql-action/init@v3
7474
with:
7575
languages: ${{ matrix.language }}
7676
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
9898
exit 1
9999
100100
- name: Perform CodeQL Analysis
101-
uses: github/codeql-action/analyze@v3.28.21
101+
uses: github/codeql-action/analyze@v3
102102
with:
103103
category: "/language:${{matrix.language}}"

jooq/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ version = "0.0.1-SNAPSHOT"
1313

1414
java {
1515
toolchain {
16-
// Hint for the CodeQL autobuilder: sourceCompatibility = 25
1716
languageVersion.set(JavaLanguageVersion.of(25))
1817
}
1918
}

0 commit comments

Comments
 (0)