Skip to content

Commit

Permalink
Fix CodeQL Security Scanning Workflow
Browse files Browse the repository at this point in the history
Set runs on to windows-2019.  Set dotnet version
#44 #42
  • Loading branch information
DavidWiseman committed Feb 25, 2022
1 parent 0f52b56 commit e01fc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
scan:
name: Security Scanning
runs-on: windows-latest
runs-on: windows-2019

strategy:
fail-fast: false
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.101
include-prerelease: true

- name: Build
Expand Down

0 comments on commit e01fc4a

Please sign in to comment.