We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25f8f04 + 547b562 commit 273738eCopy full SHA for 273738e
.github/workflows/sync-main.yml
@@ -30,7 +30,15 @@ jobs:
30
git fetch upstream --tags --force
31
git merge codeql-cli/latest
32
- name: Setup CodeQL
33
- uses: ./.github/actions/fetch-codeql
+ shell: bash
34
+ run: |
35
+ gh extension install github/gh-codeql
36
+ gh codeql version
37
+ printf "CODEQL_FETCHED_CODEQL_PATH=" >> "${GITHUB_ENV}"
38
+ gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_ENV}"
39
+ gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"
40
+ env:
41
+ GITHUB_TOKEN: ${{ github.token }}
42
- name: Compile PowerShell Queries
43
run: |
44
codeql query compile --check-only --keep-going powershell/ql/src
0 commit comments