Skip to content

Commit

Permalink
i think this workaround is worked into the checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Jul 10, 2024
1 parent efce5b2 commit f54895a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '.'
Expand Down

0 comments on commit f54895a

Please sign in to comment.