Skip to content

Commit f9b2756

Browse files
committed
CI
1 parent 5907025 commit f9b2756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ jobs:
2525

2626
steps:
2727

28-
- name: install .NET Core 7/8 SDKs
28+
- name: install .NET Core 7/8/9 SDKs
2929
uses: actions/setup-dotnet@v2
3030
with:
3131
include-prerelease: false
3232
dotnet-version: |
3333
7.0.x
3434
8.0.x
35+
9.0.x
3536
3637
- name: checkout repository
3738
uses: actions/checkout@v3

0 commit comments

Comments
 (0)