Skip to content

Commit

Permalink
Merge pull request #2392 from felickz/patch-5
Browse files Browse the repository at this point in the history
CodeQL - Specify bash shell so that it doesn't fail if switching to 'windows`
  • Loading branch information
marcogario committed May 13, 2024
2 parents 6702f0d + 899b09b commit e83edef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code-scanning/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
Expand Down

0 comments on commit e83edef

Please sign in to comment.