Skip to content

Commit 6f69f1f

Browse files
authored
Merge pull request Homebrew#196022 from Homebrew/bump-zizmor-0.1.3
zizmor 0.1.3
2 parents be9630d + b138176 commit 6f69f1f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,6 +3134,7 @@ zfind
31343134
zig
31353135
zigmod
31363136
zipkin
3137+
zizmor
31373138
zk
31383139
zlib
31393140
zlib-ng

Formula/z/zizmor.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Zizmor < Formula
22
desc "CLI tool for finding security issues in GitHub Actions setups"
33
homepage "https://github.com/woodruffw/zizmor"
4-
url "https://github.com/woodruffw/zizmor/archive/refs/tags/v0.1.1.tar.gz"
5-
sha256 "d743533d553538b5392ea3bfc45b27d1b55606280babd9418f9cfe7af0273ec0"
4+
url "https://github.com/woodruffw/zizmor/archive/refs/tags/v0.1.3.tar.gz"
5+
sha256 "e76db16b7f4157a1381cbc3b3cc5d3236379294e3e0b9cd0551d54725bf8ea8b"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "94b500eeef144a39d45dd2c64bcc4a7c038ac6e95b1547bbbe9e239aa2115ef2"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aae6e1e0b06334ba258ed8c0260c19dd18a121f908eed621eb99379db8b138ee"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7b195eddd29d8ace5ea9bed88110a01289b701729012a659db877b6b1c83a85"
12-
sha256 cellar: :any_skip_relocation, sonoma: "04d2c86f225b71b76bf83f24825fb262ed9df49f9f0fd559c4723e6e6509cb9d"
13-
sha256 cellar: :any_skip_relocation, ventura: "ce38eace22b227caffc1ac5f58bdcd6f31c7398fe4013f9cb83f798eedf6d5d1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b636fb59115540ce9bfa1f9e84d7118c8d5903a85cebf6fe7d5dd7a76bc3a20c"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aca186daa7a8636495790696ea0c3973f4f9644e8136a941a8fdf5a957096aa2"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0854d674d6dd8fb467fc103692be00267da5bae1aa109de50d40d33226bf624d"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d514ed91cc9526a790948e0010380cb191a7dcfb2437c8d4879cec5c181a0302"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1b55c87fa830f907c0267ef18922b87d9be5e6d596cb81d7e3d2fe935300196d"
13+
sha256 cellar: :any_skip_relocation, ventura: "c287563f4962520b2b6ecd1ea7cc786fc775f64977434ff7dc71fe7e606d310e"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4661dc813c792da375f5de8d415a3742de58fa9e6a80a2f45f156bbcd61fae36"
1515
end
1616

1717
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)