]> git.earman.xyz Git - sensor-watch.git/commitdiff
work around CVE-2022-24765
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 20 Apr 2022 12:50:25 +0000 (08:50 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 20 Apr 2022 12:50:25 +0000 (08:50 -0400)
.github/workflows/build.yml

index 4179e1d89feb2072b8a201530c9be6e92bc20ae2..909d9a24c253958bd6ab0996463fe2f8a7a1dfef 100644 (file)
@@ -14,6 +14,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 starter-project app
         run: make
         working-directory: 'apps/starter-project'