Skip to content

Commit 273738e

Browse files
authored
Merge branch 'main' into update-powershell-dataflow-after-shared-changes
2 parents 25f8f04 + 547b562 commit 273738e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/sync-main.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@ jobs:
3030
git fetch upstream --tags --force
3131
git merge codeql-cli/latest
3232
- name: Setup CodeQL
33-
uses: ./.github/actions/fetch-codeql
33+
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 }}
3442
- name: Compile PowerShell Queries
3543
run: |
3644
codeql query compile --check-only --keep-going powershell/ql/src

0 commit comments

Comments
 (0)