Skip to content

Commit

Permalink
Add pwsh as default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson authored Apr 2, 2024
1 parent 37f2ff4 commit f794387
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
#schedule:
# - cron: '42 8 * * 4'

defaults:
run:
shell: pwsh

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit f794387

Please sign in to comment.