Skip to content

Commit 2b89854

Browse files
committed
update codeql
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent d7d9b97 commit 2b89854

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
distribution: temurin
2424
java-version: 24
25-
- uses: github/codeql-action/init@v2
25+
- uses: github/codeql-action/init@v3
2626
with:
2727
languages: ${{ matrix.language }}
2828
queries: +security-and-quality
29-
- uses: github/codeql-action/autobuild@v2
30-
- uses: github/codeql-action/analyze@v2
29+
- uses: github/codeql-action/autobuild@v3
30+
- uses: github/codeql-action/analyze@v3
3131
with:
3232
category: "/language:${{ matrix.language }}"

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply(plugin = "project")
77

88
subprojects {
99
group = "core.framework"
10-
version = "9.2.3"
10+
version = "9.2.3-b0"
1111
repositories {
1212
maven {
1313
url = uri("https://neowu.github.io/maven-repo/")

0 commit comments

Comments
 (0)