Skip to content

Commit a08a1b6

Browse files
update codeql analysis
syntax with dotnet version
1 parent 006ed86 commit a08a1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup .NET 7
5555
uses: actions/setup-dotnet@v3
5656
with:
57-
dotnet-version 7.0.x
57+
dotnet-version: 7.0.x
5858

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

0 commit comments

Comments
 (0)