Skip to content

Commit 9f3b2a6

Browse files
committed
Added net90 to CodeQL
1 parent 039499f commit 9f3b2a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
with:
8282
dotnet-version: 8.0.x
8383

84-
#- name: Setup .NET 9.0
85-
# if: ${{ matrix.build-mode == 'manual' }}
86-
# uses: actions/setup-dotnet@v4
87-
# with:
88-
# dotnet-version: 9.0.x
84+
- name: Setup .NET 9.0
85+
if: ${{ matrix.build-mode == 'manual' }}
86+
uses: actions/setup-dotnet@v4
87+
with:
88+
dotnet-version: 9.0.x
8989

9090
- name: Install dependencies
9191
if: ${{ matrix.build-mode == 'manual' }}
@@ -95,9 +95,9 @@ jobs:
9595
if: ${{ matrix.build-mode == 'manual' }}
9696
run: dotnet build -f net8.0
9797

98-
# - name: Build Garnet net90
99-
# if: ${{ matrix.build-mode == 'manual' }}
100-
# run: dotnet build -f net9.0
98+
- name: Build Garnet net90
99+
if: ${{ matrix.build-mode == 'manual' }}
100+
run: dotnet build -f net9.0
101101

102102
- name: Perform CodeQL Analysis
103103
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)