fallback to main

This commit is contained in:
erik-krogh
2022-11-09 12:55:21 +01:00
parent b3b13bdd43
commit f0b09ee16c

View File

@@ -41,6 +41,7 @@ jobs:
key: codeql-compile-${{ github.ref }}-${{ github.sha }} # just fill on main
restore-keys: | # restore from another random commit, to speed up compilation.
codeql-compile-${{ github.ref }}-
codeql-compile-refs/heads/main-
- name: Setup CodeQL
uses: ./.github/actions/fetch-codeql
with: