We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b7a6c commit 3fc382dCopy full SHA for 3fc382d
.github/workflows/codeql-analysis.yml
@@ -39,6 +39,16 @@ jobs:
39
steps:
40
- name: Checkout repository
41
uses: actions/checkout@v3
42
+
43
+ - name: Setup .NET 5.0
44
+ uses: actions/setup-dotnet@v1
45
+ with:
46
+ dotnet-version: 5.0.x
47
48
+ - name: Setup .NET 6.0
49
50
51
+ dotnet-version: 6.0.x
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
0 commit comments