We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34ca0 commit c3ccaf2Copy full SHA for c3ccaf2
.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
117
uses: docker/setup-qemu-action@v3
118
119
- name: Set up Docker Buildx (for multi-arch builds)
120
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v3 # zizmor: ignore[cache-poisoning]
121
with:
122
# Allows pushing to registry on localhost:5000
123
driver-opts: network=host
.pre-commit-config.yaml
@@ -21,6 +21,6 @@ repos:
21
- id: prettier
22
23
- repo: https://github.com/woodruffw/zizmor-pre-commit
24
- rev: v0.8.0
+ rev: v1.1.1
25
hooks:
26
- id: zizmor
0 commit comments