Skip to content

Commit 570c0ce

Browse files
committed
build: work around for CVE-2022-24765
Signed-off-by: deadprogram <[email protected]>
1 parent 0bc6805 commit 570c0ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
container: tinygo/tinygo-dev
1515
steps:
16+
- name: Work around CVE-2022-24765
17+
# We're not on a multi-user machine, so this is safe.
18+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1619
- name: Checkout
1720
uses: actions/checkout@v3
1821
- name: TinyGo version check

0 commit comments

Comments
 (0)