Files
codeql/docs/codeql/reusables
intrigus-lgtm f23d517236 Fix errorneous slash
The additional slash causes the request to fail.
Compare `gh api /repos/openjdk/jdk/code-scanning/codeql/databases/` (fails) with:
```
gh api /repos/openjdk/jdk/code-scanning/codeql/databases/
{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest"
}
gh: Not Found (HTTP 404)
```
While `gh api /repos/openjdk/jdk/code-scanning/codeql/databases` (works).
2023-01-30 20:26:40 +01:00
..
2020-11-12 10:43:04 +00:00
2020-11-12 10:43:04 +00:00
2022-11-22 18:33:24 +00:00
2021-10-12 11:30:02 +01:00
2020-11-12 10:43:04 +00:00
2021-05-25 11:36:18 +01:00
2022-09-09 09:33:25 -07:00
2020-11-12 10:43:04 +00:00