diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 8d6f3dc..28371cb 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -3,3 +3,4 @@ FROM alpine:edge # Install system build dependencies RUN apk add --no-cache git clang-extra-tools +RUN git config --global --add safe.directory /repo diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 1afd391..2ab0de0 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -7,7 +7,7 @@ jobs: clang-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Fetch origin/main run: git fetch origin main - name: List of changed file(s)