-
Notifications
You must be signed in to change notification settings - Fork 235
[pre-commit.ci] pre-commit autoupdate #4329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
updates: - [github.com/zizmorcore/zizmor-pre-commit: v1.14.2 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.14.2...v1.19.0)
weiji14
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set dependabot cooldown to 7 days, and translated CMD to bash to avoid zizmor audit about https://docs.zizmor.sh/audits/#obfuscation
| shell: bash | ||
| run: | | ||
| cd gmt/ | ||
| mkdir build | ||
| cd build | ||
| call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" | ||
| cmake -G Ninja .. ^ | ||
| -DCMAKE_INSTALL_PREFIX=%GMT_INSTALL_DIR% ^ | ||
| -DCMAKE_BUILD_TYPE=Release ^ | ||
| -DCMAKE_PREFIX_PATH=%MAMBA_ROOT_PREFIX%\envs\pygmt\Library ^ | ||
| -DGMT_ENABLE_OPENMP=TRUE ^ | ||
| cmd.exe /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" | ||
| cmake -G Ninja .. \ | ||
| -DCMAKE_INSTALL_PREFIX="$GMT_INSTALL_DIR" \ | ||
| -DCMAKE_BUILD_TYPE=Release \ | ||
| -DCMAKE_PREFIX_PATH="$MAMBA_ROOT_PREFIX/envs/pygmt/Library" \ | ||
| -DGMT_ENABLE_OPENMP=TRUE \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translation from CMD (#2773) to bash seems to be working, see https://github.com/GenericMappingTools/pygmt/actions/runs/20727660882/job/59507189307?pr=4329#step:8:1
updates:
New errors from Zizmor v1.19.0: