Detect newly created skeleton query folders

We are creating new folders when you generate queries via the
"CodeQL: Create Query" command.

These will be created in a QL pack folder called
`codeql-custom-queries-<language>`.

In https://github.com/github/codespaces-codeql/pull/26 we made it possible
to detect when we install dependencies for the tutorial-queries QL pack.

We'd like to do the same for our generated QL packs.
This commit is contained in:
Elena Tanasoiu 2023-04-13 11:48:10 +00:00
Родитель a49db58505
Коммит 132482ef57
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 865B598BB92245B0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,2 +1,3 @@
provide:
- "tutorial-queries/codeql-pack.yml"
- "codeql-custom-queries-*/codeql-pack.yml"