]> git.earman.xyz Git - sensor-watch.git/commitdiff
add CVE-2022-24765 to build-simulator
authorjoeycastillo <joeycastillo@utexas.edu>
Sat, 30 Apr 2022 13:35:30 +0000 (08:35 -0500)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 13:35:30 +0000 (08:35 -0500)
.github/workflows/build.yml

index 909d9a24c253958bd6ab0996463fe2f8a7a1dfef..3ed1ff2647347aebc4a8aa2449306a28fb152187 100644 (file)
@@ -38,6 +38,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v3
+      - name: Work around CVE-2022-24765
+        run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
       - name: Compile movement
         run: emmake make
         working-directory: 'movement/make'