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 b3b13bd commit f0b09eeCopy full SHA for f0b09ee
.github/workflows/compile-queries.yml
@@ -41,6 +41,7 @@ jobs:
41
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-${{ github.ref }}-
44
+ codeql-compile-refs/heads/main-
45
- name: Setup CodeQL
46
uses: ./.github/actions/fetch-codeql
47
with:
0 commit comments