Update codeql.yml

This commit is contained in:
pointfeev 2022-05-17 11:07:35 -05:00 committed by GitHub
parent dec535e06f
commit 14aa035dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: