Update codeql.yml
This commit is contained in:
parent
dec535e06f
commit
14aa035dd4
1 changed files with 1 additions and 6 deletions
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
@ -24,11 +24,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.x.x
|
||||
|
||||
- name: Initialize
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue