chore: optimize and fix github actions (cleanup, CI fixes, security scanner tuning)

This commit is contained in:
Bot
2026-04-26 22:25:00 +08:00
parent b4a0641177
commit c606fd99f6
12 changed files with 38 additions and 436 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ type testSt struct {
func TestSplitDomainSOA(t *testing.T) {
cases := []testSt{
{
domain: "www.example.co.uk",
zone: "example.co.uk.",
domain: "www.google.co.uk",
zone: "google.co.uk.",
prefix: "www",
},
{