build: work around for CVE-2022-24765

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-02-11 23:11:58 +01:00
committed by Ron Evans
parent 21fa184b76
commit 4de0afc224
+3
View File
@@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
container: tinygo/tinygo-dev
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
uses: actions/checkout@v3
- name: TinyGo version check