Skip to content

Commit 7969851

Browse files
committed
Updated versions.
1 parent d3043ba commit 7969851

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-java@v4
3232
with:
3333
distribution: 'temurin'
34-
java-version: '18.0.0'
34+
java-version: '25.0.0'
3535
architecture: x64
3636
- run: java -version
3737

@@ -47,8 +47,7 @@ jobs:
4747
- name: setup dotnet
4848
uses: actions/setup-dotnet@v4
4949
with:
50-
dotnet-version: '6.0'
51-
include-prerelease: true
50+
dotnet-version: '10.0'
5251
- run: dotnet --version
5352

5453
# Initializes the CodeQL tools for scanning.
@@ -77,4 +76,4 @@ jobs:
7776
make code
7877
7978
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v3
79+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)