We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc6805 commit 570c0ceCopy full SHA for 570c0ce
.github/workflows/linux.yml
@@ -13,6 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
container: tinygo/tinygo-dev
15
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"
19
- name: Checkout
20
uses: actions/checkout@v3
21
- name: TinyGo version check
0 commit comments