eficode-academy/git-katas

Broken integration test from git version 2.35.2

pa-lun opened this issue · 1 comments

As a result of CVE-2022-24765 integration tests seem to fail on later git versions as working directory doesn't have the correct owner.
Fails with error: "fatal: unsafe repository ('/__w/git-katas/git-katas' is owned by someone else)"

git suggests a workaround to set the directory as a safe directory.

Issue related to the github checkout action is discussed here: actions/checkout#760