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 f0b09ee commit 53917e5Copy full SHA for 53917e5
.github/workflows/compile-queries.yml
@@ -31,8 +31,8 @@ jobs:
31
path: '*/ql/src/.cache'
32
key: codeql-compile-pr-${{ github.sha }} # deliberately not using the `compile-compile-main` keys here.
33
restore-keys: |
34
- codeql-compile-${{ github.base_ref }}-${{ env.merge-base }}
35
- codeql-compile-${{ github.base_ref }}-
+ codeql-compile-refs/heads/${{ github.base_ref }}-${{ env.merge-base }}
+ codeql-compile-refs/heads/${{ github.base_ref }}-
36
- name: Fill CodeQL query compilation cache - main
37
if: ${{ github.event_name != 'pull_request' }}
38
uses: actions/cache@v3
0 commit comments