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.
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: https://github.com/actions/checkout/issues/760