Skip to content

Commit 53917e5

Browse files
committed
add refs/heads/ to make the ref fully-formed
1 parent f0b09ee commit 53917e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-queries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
path: '*/ql/src/.cache'
3232
key: codeql-compile-pr-${{ github.sha }} # deliberately not using the `compile-compile-main` keys here.
3333
restore-keys: |
34-
codeql-compile-${{ github.base_ref }}-${{ env.merge-base }}
35-
codeql-compile-${{ github.base_ref }}-
34+
codeql-compile-refs/heads/${{ github.base_ref }}-${{ env.merge-base }}
35+
codeql-compile-refs/heads/${{ github.base_ref }}-
3636
- name: Fill CodeQL query compilation cache - main
3737
if: ${{ github.event_name != 'pull_request' }}
3838
uses: actions/cache@v3

0 commit comments

Comments
 (0)