This commit is contained in:
erik-krogh 2022-11-09 12:55:21 +01:00
Родитель b3b13bdd43
Коммит f0b09ee16c
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/compile-queries.yml поставляемый
Просмотреть файл

@ -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: