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 7782186 commit b21c092Copy full SHA for b21c092
.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: ubuntu-latest
+ runs-on: windows-latest
27
permissions:
28
actions: read
29
contents: read
@@ -39,11 +39,6 @@ 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
uses: actions/setup-dotnet@v1
0 commit comments