]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Add zizmor to pre-commit and fix most findings (GH-127749) (#127788)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 10 Dec 2024 14:57:27 +0000 (16:57 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 14:57:27 +0000 (14:57 +0000)
(cherry picked from commit ae31df354d02e12bf656954c5c72380d96c1dc0e)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
.github/workflows/reusable-windows-msi.yml

index d0d53dba0b45d120c4a1747cef033b2b6479df4d..a1c45d954247fb041731d6f2018b0fed0d8c21be 100644 (file)
@@ -24,4 +24,5 @@ jobs:
       with:
         persist-credentials: false
     - name: Build CPython installer
-      run: .\Tools\msi\build.bat --doc -"${ARCH}"
+      run: ./Tools/msi/build.bat --doc -"${ARCH}"
+      shell: bash