From f54895a23ee43b7b4eef0df65e1867aab0da25f6 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 9 Jul 2024 21:25:08 -0400 Subject: [PATCH] i think this workaround is worked into the checkout action --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5838aa07..b1e19099 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,6 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - - name: Work around CVE-2022-24765 - run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Compile movement firmware run: make working-directory: '.'