We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7da814 + def9b5e commit 418d632Copy full SHA for 418d632
.github/workflows/compile-queries.yml
@@ -28,7 +28,7 @@ jobs:
28
if: ${{ github.event_name != 'pull_request' }}
29
# using github.sha instead, since we're directly on a branch, and not in a PR
30
run: |
31
- MERGE_BASE=${{ github.sha }})
+ MERGE_BASE=${{ github.sha }}
32
echo "merge-base=$MERGE_BASE" >> $GITHUB_ENV
33
- name: Cache CodeQL query compilation
34
uses: actions/cache@v3
0 commit comments