Files
codeql/docs
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
..
2023-01-30 20:26:40 +01:00
2022-10-20 08:21:02 -04:00
2022-02-24 14:28:21 +01:00
2022-11-16 15:27:38 +01:00