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 105f739 commit 514285cCopy full SHA for 514285c
.github/workflows/sync-main.yml
@@ -21,17 +21,22 @@ jobs:
21
run: |
22
git config user.name Dilan Bhalla
23
git config user.email [email protected]
24
- - name: Fetch
+ - name: Sync Main
25
shell: bash
26
27
set -x
28
git fetch
29
git remote add upstream https://github.com/github/codeql.git
30
git fetch upstream --tags --force
31
- - name: Sync Main
+ git merge codeql-cli/latest
32
+ - name: Setup CodeQL
33
+ uses: ./.github/actions/fetch-codeql
34
+ - name: Compile PowerShell Queries
35
+ run: |
36
+ codeql query compile --check-only --keep-going powershell/ql/src
37
+ - name: Complete Sync
38
39
- git merge codeql-cli/latest
40
git push origin main
41
git push origin --tags --force
42
0 commit comments