File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply(plugin = "project")
77
88subprojects {
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/" )
You can’t perform that action at this time.
0 commit comments