From a6c257a7aca7969302c4a1ab80ce929b16cd78b5 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 23 Feb 2024 08:52:22 +0100 Subject: [PATCH] workflows: Drop obsolete git safe.directory configuration `actions/checkout@v4` does this by default. --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6300428..bb99874 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,6 @@ jobs: # need this to also fetch tags fetch-depth: 0 - # https://github.blog/2022-04-12-git-security-vulnerability-announced/ - - name: Pacify git's permission check - run: git config --global --add safe.directory /__w - - name: Install dependencies run: | sudo apt-get update