We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006ed86 commit a08a1b6Copy full SHA for a08a1b6
.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Setup .NET 7
55
uses: actions/setup-dotnet@v3
56
with:
57
- dotnet-version 7.0.x
+ dotnet-version: 7.0.x
58
59
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments