Skip to content

Commit 8df01ef

Browse files
authored
Merge pull request #596 from chirizxc/zizmor-1.15.2
bump zizmor
2 parents 756b61b + 196a4b6 commit 8df01ef

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
target-branch: develop
7+
target-branch: develop
8+
cooldown:
9+
default-days: 4

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sphinx-build -M html docs docs-build -W
6363
6464
- name: Run zizmor
65-
run: zizmor .github/workflows
65+
run: zizmor .github
6666

6767
- name: Store coverage file
6868
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ We use ``zizmor`` to audit our GitHub Actions workflows for security issues. To
103103

104104
.. code-block::
105105
106-
zizmor .github/workflows
106+
zizmor .github
107107
108108
Submitting changes
109109
============================

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ uv==0.9.*
22
ruff==0.14.*
33
mypy==1.18.*
44
nox==2025.05.01
5-
zizmor~=1.14.2
5+
zizmor~=1.15.2

0 commit comments

Comments
 (0)