Skip to content

Commit e6dec36

Browse files
balasankarcderiamisRyan Egesdahl
committed
Merge branch 'spamcheck-go-1.21' into 'master'
Update spamcheck to v0.3.2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7413 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Andrew Patterson <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Ryan Egesdahl <[email protected]> Co-authored-by: Ryan Egesdahl <[email protected]>
2 parents dd6cff1 + a63bb94 commit e6dec36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.custom_sources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ libtensorflow_lite:
146146
remote: "[email protected]:omnibus-mirror/tensorflow.git"
147147
alternative: "https://gitlab.com/gitlab-org/build/omnibus-mirror/tensorflow.git"
148148
spamcheck:
149-
remote: "[email protected]:gitlab/spamcheck.git"
150-
alternative: "https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/spam/spamcheck.git"
149+
remote: "[email protected]:omnibus-mirror/spamcheck.git"
150+
alternative: "https://gitlab.com/gitlab-org/gl-security/security-engineering/security-automation/spam/spamcheck.git"
151151
ncurses:
152152
remote: "[email protected]:omnibus-mirror/ncurses.git"
153153
alternative: "https://gitlab.com/gitlab-org/build/omnibus-mirror/ncurses.git"

config/software/spamcheck.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919
name 'spamcheck'
20-
version = Gitlab::Version.new('spamcheck', '0.3.0')
20+
version = Gitlab::Version.new('spamcheck', '0.3.2')
2121

2222
default_version version.print
2323

0 commit comments

Comments
 (0)