Skip to content

Commit 514285c

Browse files
authored
Update sync-main.yml
1 parent 105f739 commit 514285c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/sync-main.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,22 @@ jobs:
2121
run: |
2222
git config user.name Dilan Bhalla
2323
git config user.email [email protected]
24-
- name: Fetch
24+
- name: Sync Main
2525
shell: bash
2626
run: |
2727
set -x
2828
git fetch
2929
git remote add upstream https://github.com/github/codeql.git
3030
git fetch upstream --tags --force
31-
- name: Sync Main
31+
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
3238
shell: bash
3339
run: |
34-
git merge codeql-cli/latest
3540
git push origin main
3641
git push origin --tags --force
3742

0 commit comments

Comments
 (0)