Skip to content

Commit e9b7e6c

Browse files
committed
workflows: Drop obsolete git safe.directory configuration
`actions/checkout@v4` does this by default.
1 parent a2eaf83 commit e9b7e6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
# need this to also fetch tags
1515
fetch-depth: 0
1616

17-
# https://github.blog/2022-04-12-git-security-vulnerability-announced/
18-
- name: Pacify git's permission check
19-
run: git config --global --add safe.directory /__w
20-
2117
- name: Workaround for https://github.com/actions/checkout/pull/697
2218
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
2319

0 commit comments

Comments
 (0)