We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3494af commit 547b562Copy full SHA for 547b562
.github/workflows/sync-main.yml
@@ -37,6 +37,8 @@ jobs:
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