Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions mise.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,31 +485,31 @@ checksum = "sha256:616b0a0f6a5b79d746f05a169c2b9bb40dee00c605ef165b9a1c1681bba73
url = "https://github.com/mikefarah/yq/releases/download/v4.53.2/yq_darwin_amd64"

[[tools.zizmor]]
version = "1.24.1"
version = "1.25.0"
backend = "aqua:zizmorcore/zizmor"

[tools.zizmor."platforms.linux-arm64"]
checksum = "sha256:d66e37ef8a375fb07939c630ebf9709a6e0f20242bdc3faf672a7ed97e0b768d"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.24.1/zizmor-aarch64-unknown-linux-gnu.tar.gz"
checksum = "sha256:6214a8e291a07a3b33c652260ee5caa6501e192cf20ff3a06db7a350e93bad93"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.25.0/zizmor-aarch64-unknown-linux-gnu.tar.gz"
provenance = "github-attestations"

[tools.zizmor."platforms.linux-arm64-musl"]
provenance = "github-attestations"

[tools.zizmor."platforms.linux-x64"]
checksum = "sha256:a8000f3c683319a523d3b20df0e75457ba591f049cfcbfa98966631b56733c03"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.24.1/zizmor-x86_64-unknown-linux-gnu.tar.gz"
checksum = "sha256:a16853f39c9e059aed04f3f7961acb75468af67b235ae36a9faff337d61e3d24"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.25.0/zizmor-x86_64-unknown-linux-gnu.tar.gz"
provenance = "github-attestations"

[tools.zizmor."platforms.linux-x64-musl"]
provenance = "github-attestations"

[tools.zizmor."platforms.macos-arm64"]
checksum = "sha256:fc4ea59e18bc028dddb5f710b16dbc361b01ff1e7a20c03b8e5778366ca9f4e1"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.24.1/zizmor-aarch64-apple-darwin.tar.gz"
checksum = "sha256:d57861fd237055b2730e6a008289ffd8e8107e7d348ca31564d25863b7c66e64"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.25.0/zizmor-aarch64-apple-darwin.tar.gz"
provenance = "github-attestations"

[tools.zizmor."platforms.macos-x64"]
checksum = "sha256:721ba70d7fca753aeef1a4ee959a9bc20c55784d4faa6c56e66129a2611fd52f"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.24.1/zizmor-x86_64-apple-darwin.tar.gz"
checksum = "sha256:3c4b4faeb40779cbb0063eb934809c03a570dd367892c2b41a1e87e27721da01"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.25.0/zizmor-x86_64-apple-darwin.tar.gz"
provenance = "github-attestations"
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actionlint = "1.7.12"
shellcheck = "0.11.0"
ghalint = "1.5.6"
pinact = "3.10.1"
zizmor = "1.24.1"
zizmor = "1.25.0"
# required for pipx backend
uv = "0.11.14"
yamllint = "1.38.0"
Expand Down