Skip to content

Commit 3b6dc80

Browse files
[Update] GH action to net9.0
1 parent bcb1aa1 commit 3b6dc80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup .NET Core
3030
uses: actions/setup-dotnet@v4
3131
with:
32-
dotnet-version: 8.0.x
32+
dotnet-version: 9.0.x
3333
- name: Install dependencies
3434
run: dotnet restore
3535
- name: Build

0 commit comments

Comments
 (0)