ci(release-kiosk): whitelist workspace as safe.directory (container UID mismatch)

This commit is contained in:
Mitchell R 2026-05-18 11:40:45 +02:00
parent 6bad53da37
commit afc560bbf5
No known key found for this signature in database

View file

@ -55,6 +55,9 @@ jobs:
apt-get install -y --no-install-recommends \
ca-certificates curl git build-essential pkg-config \
jq sudo
# Container UID != workspace owner UID — git's CVE-2022-24765
# check refuses to operate. Whitelist before checkout runs git.
git config --global --add safe.directory '*'
- uses: actions/checkout@v4