work around CVE-2022-24765

This commit is contained in:
Joey Castillo 2022-04-20 08:50:25 -04:00
parent 81b27b7f16
commit 8019563072

View file

@ -14,6 +14,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Work around CVE-2022-24765
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Compile starter-project app - name: Compile starter-project app
run: make run: make
working-directory: 'apps/starter-project' working-directory: 'apps/starter-project'