File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ jobs:
178178 free-threading : ${{ matrix.free-threading }}
179179
180180 build-windows-msi :
181- name : >- # ${{ '' } is a hack to nest jobs under the same sidebar category
182- Windows MSI${{ '' }}
181+ # ${{ '' } is a hack to nest jobs under the same sidebar category.
182+ name : Windows MSI${{ '' }} # zizmor: ignore[obfuscation]
183183 needs : build-context
184184 if : fromJSON(needs.build-context.outputs.run-windows-msi)
185185 strategy :
@@ -586,8 +586,8 @@ jobs:
586586 run : xvfb-run make ci
587587
588588 build-san :
589- name : >- # ${{ '' } is a hack to nest jobs under the same sidebar category
590- Sanitizers${{ '' }}
589+ # ${{ '' } is a hack to nest jobs under the same sidebar category.
590+ name : Sanitizers${{ '' }} # zizmor: ignore[obfuscation]
591591 needs : build-context
592592 if : needs.build-context.outputs.run-tests == 'true'
593593 strategy :
Original file line number Diff line number Diff line change 7272 - id : actionlint
7373
7474 - repo : https://github.com/woodruffw/zizmor-pre-commit
75- rev : v1.6 .0
75+ rev : v1.11 .0
7676 hooks :
7777 - id : zizmor
7878
You can’t perform that action at this time.
0 commit comments