We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8bfe78 + bf5ddf8 commit 2a4c578Copy full SHA for 2a4c578
2 files changed
.github/workflows/specification-version-check.yml
@@ -33,6 +33,6 @@ jobs:
33
contents: read
34
issues: write
35
needs: get-supported-tuf-version
36
- uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
+ uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master # zizmor: ignore[unpinned-uses]
37
with:
38
tuf-version: ${{needs.get-supported-tuf-version.outputs.version}}
requirements/lint.txt
@@ -6,9 +6,9 @@
6
# Lint tools
7
# (We are not so interested in the specific versions of the tools: the versions
8
# are pinned to prevent unexpected linting failures when tools update)
9
-ruff==0.14.11
+ruff==0.14.13
10
mypy==1.19.1
11
-zizmor==1.20.0
+zizmor==1.22.0
12
13
# Required for type stubs
14
freezegun==1.5.5
0 commit comments