From d210d2700bc1f9de42ad00017e49e7e1b7c72167 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Fri, 10 Jan 2025 15:44:47 -0600 Subject: [PATCH] [REF] .github-actions: Fix detected dubious ownership in repository Using the new dockerv image OS is raising this error --- .github/workflows/github-actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 512786c..2b567d9 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -30,7 +30,8 @@ jobs: - name: Upgrade pre-commit-vauxoo to the latest version (w/o update dependencies if not needed) run: >- pip3 install --ignore-installed -U . && - pip3 install --force-reinstall --no-deps . + pip3 install --force-reinstall --no-deps . && + git config --global --add safe.directory '*' - name: Run pre-commit-vauxoo run: pre-commit-vauxoo test: