Skip to content

Commit 72560e9

Browse files
authored
Update codeql-analysis.yml
1 parent 14b7ddb commit 72560e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
language: [ 'csharp', 'javascript' ]
36-
dotnet: [ '3.1.x' ]
3736
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3837
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3938

@@ -53,7 +52,7 @@ jobs:
5352

5453
- uses: actions/setup-dotnet@v3
5554
with:
56-
dotnet-version: ${{ matrix.dotnet }}
55+
dotnet-version: '3.1.x'
5756

5857
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5958
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)