diff --git a/Formula/z/zizmor.rb b/Formula/z/zizmor.rb index adefcf43de516..dee6ddcbcbdd2 100644 --- a/Formula/z/zizmor.rb +++ b/Formula/z/zizmor.rb @@ -1,17 +1,17 @@ class Zizmor < Formula desc "Find security issues in GitHub Actions setups" homepage "https://github.com/woodruffw/zizmor" - url "https://github.com/woodruffw/zizmor/archive/refs/tags/v0.2.1.tar.gz" - sha256 "25e1c2ca756ec08be0cc7a819d649dc971078774a0d5bd089ab4987a53cb4caa" + url "https://github.com/woodruffw/zizmor/archive/refs/tags/v0.3.0.tar.gz" + sha256 "fc34e9abb9dc23aa1f2093c1ba2fa66b3de7f63872af9212eb4e7e9f04b56fd5" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b94edc5fb4a6469c772da312be72962c8196a280dcf7edf9a85bcd8b68459e3c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec35d7432623b9f0cbf4a251569c0c9442981304c28d0e353d32e885ab269cbb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3e1f19f39542c6857242ba3e8eff464995174c204262ef69a7bce8be4be2132b" - sha256 cellar: :any_skip_relocation, sonoma: "2a93dd82acc9c67923a7df621bd45348c550923205e377ff613f52dea4a32ea6" - sha256 cellar: :any_skip_relocation, ventura: "8f37089dfdea8f5f6eaa4aca3432589e7f5900cc3bc48af0daee1df6b5e90398" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8239b4027e14493fdf95986f68e2e92f60818d58ab3a59f3a60843c23b5ec98e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aed1c807c9e74cf04b726bfffaea5675f8e2e53808996a960b35340da36ad9c5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccbb9f5278e1f1e54096ed6076e98b9032b978cdce23eeaf9936af306fbfcbee" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f53b7f71053f5eeb364024353400dbd26bb16583046311588f2b30cefd0bf78" + sha256 cellar: :any_skip_relocation, sonoma: "c0ef8b9512aebc20f5b60c8c59726b88687fd467dbdb50d0c84b85cb1923fec4" + sha256 cellar: :any_skip_relocation, ventura: "bc041f021bb1e0fc850bc36024fc9275df415b75df1f21954fb8e63396ea8e2a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5f97ebc4657bba502de43e00a21177f858e1c2c91948b94ee051cfad331ecf3" end depends_on "pkg-config" => :build @@ -36,7 +36,7 @@ def install uses: actions/checkout@v4 YAML - output = shell_output("#{bin}/zizmor --format plain #{testpath}/action.yaml") + output = shell_output("#{bin}/zizmor --format plain #{testpath}/action.yaml", 13) assert_match "does not set persist-credentials: false", output end end