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 484dc4a commit aede9c3Copy full SHA for aede9c3
.github/workflows/compile-queries.yml
@@ -38,9 +38,9 @@ jobs:
38
uses: actions/cache@v3
39
with:
40
path: '*/ql/src/.cache'
41
- key: codeql-compile-main-${{ github.sha }} # just fill on main
+ key: codeql-compile-${{ github.ref }}-${{ github.sha }} # just fill on main
42
restore-keys: | # restore from another random commit, to speed up compilation.
43
- codeql-compile-main-
+ codeql-compile-${{ github.ref }}-
44
- name: Setup CodeQL
45
uses: ./.github/actions/fetch-codeql
46
0 commit comments