Files
codeql/docs/codeql/reusables
Johannes Schindelin 3bff6c4a4a Download GitHub database: fix gh invocation on Windows
When running `gh api /repos/...` in the Git Bash on Windows, it leads to
a 404. The reason is the automatic path conversion from "Unix-y" paths
on the command-line to proper Windows paths, as described in detail
https://www.msys2.org/docs/filesystem-paths/. Git Bash simply has no
chance to understnad that `/repos/...` is not referring to an absolute
path on the local filesystem.

Let's just skip the leading slash. This is as valid an invocation, and
sidesteps that path conversion on Windows.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-07-10 10:01:18 +02:00
..
2020-11-12 10:43:04 +00:00
2020-11-12 10:43:04 +00:00
2023-03-24 14:24:21 +01:00
2025-06-06 16:19:32 +02: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