mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-14 11:53:41 +00:00
build: work around for CVE-2022-24765
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user