Broken integration test from git version 2.35.2
pa-lun opened this issue · 1 comments
pa-lun commented
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
pa-lun commented
The issue can be seen here:
https://github.com/eficode-academy/git-katas/runs/6423161862