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 d42fdf6 commit b34d0b3Copy full SHA for b34d0b3
.github/workflows/codeql.yml
@@ -24,10 +24,14 @@ jobs:
24
- name: Checkout repository
25
uses: actions/[email protected]
26
27
- - uses: actions/[email protected]
+ - uses: actions/checkout@v3
28
+ - name: Setup .NET
29
+ uses: actions/setup-dotnet@v3
30
with:
- dotnet-version: 7.0.x
- include-prerelease: true
31
+ dotnet-version: |
32
+ 6.0.x
33
+ 7.0.x
34
+ 8.0.x
35
36
- name: Initialize CodeQL
37
uses: github/codeql-action/init@v2
.github/workflows/dotnet.yml
@@ -23,6 +23,7 @@ jobs:
23
dotnet-version: |
6.0.x
7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
0 commit comments