From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:57:27 +0000 (+0200) Subject: [3.12] Add zizmor to pre-commit and fix most findings (GH-127749) (#127788) X-Git-Tag: v3.12.9~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c54248e4f5fb29cdc894a9882d12ce8eb5e3aa3;p=thirdparty%2FPython%2Fcpython.git [3.12] Add zizmor to pre-commit and fix most findings (GH-127749) (#127788) (cherry picked from commit ae31df354d02e12bf656954c5c72380d96c1dc0e) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood Co-authored-by: Ezio Melotti --- diff --git a/.github/workflows/reusable-windows-msi.yml b/.github/workflows/reusable-windows-msi.yml index d0d53dba0b45..a1c45d954247 100644 --- a/.github/workflows/reusable-windows-msi.yml +++ b/.github/workflows/reusable-windows-msi.yml @@ -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