build: work around for CVE-2022-24765

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2023-02-11 23:16:54 +01:00 committed by Ron Evans
parent 0bc6805828
commit 570c0ce6e6

View file

@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: tinygo/tinygo-dev container: tinygo/tinygo-dev
steps: steps:
- name: Work around CVE-2022-24765
# We're not on a multi-user machine, so this is safe.
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: TinyGo version check - name: TinyGo version check