diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2022-04-30 08:35:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 08:35:30 -0500 |
commit | 35d1f5e647ac1b5fcccdb43ec58058587dd5301b (patch) | |
tree | 9246fa9615d9709b1ee07dc27345fc05bd9ff15f /.github | |
parent | aa94739e7e17bbc5105f983025814e87eb1e171c (diff) | |
download | Sensor-Watch-35d1f5e647ac1b5fcccdb43ec58058587dd5301b.tar.gz Sensor-Watch-35d1f5e647ac1b5fcccdb43ec58058587dd5301b.tar.bz2 Sensor-Watch-35d1f5e647ac1b5fcccdb43ec58058587dd5301b.zip |
add CVE-2022-24765 to build-simulator
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 909d9a24..3ed1ff26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' |