We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22ee57 commit 6fb39c6Copy full SHA for 6fb39c6
.github/workflows/powershell-pr-check.yml
@@ -21,6 +21,8 @@ jobs:
21
token: ${{ secrets.WORKFLOW_TOKEN }}
22
- name: Setup CodeQL
23
uses: ./.github/actions/fetch-codeql
24
+ with:
25
+ channel: stable
26
- name: Compile PowerShell Queries
27
run: |
28
codeql query compile --check-only --keep-going powershell/ql/src
0 commit comments