Skip to content

Commit c3ccaf2

Browse files
committed
Update pre-commit
1 parent 8e34ca0 commit c3ccaf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: docker/setup-qemu-action@v3
118118

119119
- name: Set up Docker Buildx (for multi-arch builds)
120-
uses: docker/setup-buildx-action@v3
120+
uses: docker/setup-buildx-action@v3 # zizmor: ignore[cache-poisoning]
121121
with:
122122
# Allows pushing to registry on localhost:5000
123123
driver-opts: network=host

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ repos:
2121
- id: prettier
2222

2323
- repo: https://github.com/woodruffw/zizmor-pre-commit
24-
rev: v0.8.0
24+
rev: v1.1.1
2525
hooks:
2626
- id: zizmor

0 commit comments

Comments
 (0)