From 877d04b92b2ad9f52c63882ef1233df220dc4f02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 04:05:31 +0000 Subject: [PATCH] chore: update schema URL to gh-aw v0.79.8 Pin schema validation URL from v0.79.6 to v0.79.8 for reproducible, deterministic configuration validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- internal/config/validation_rules.go | 2 +- internal/config/validation_schema_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/validation_rules.go b/internal/config/validation_rules.go index ab574273..24dbb6e1 100644 --- a/internal/config/validation_rules.go +++ b/internal/config/validation_rules.go @@ -12,7 +12,7 @@ var logRules = logger.New("config:rules") // Documentation URL constants const ( ConfigSpecURL = "https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/mcp-gateway.md" - SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.79.6/docs/public/schemas/mcp-gateway-config.schema.json" + SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.79.8/docs/public/schemas/mcp-gateway-config.schema.json" ) // ValidationError represents a configuration validation error with context. diff --git a/internal/config/validation_schema_test.go b/internal/config/validation_schema_test.go index 712d8719..a94c7dd0 100644 --- a/internal/config/validation_schema_test.go +++ b/internal/config/validation_schema_test.go @@ -580,7 +580,7 @@ func TestEnhancedErrorMessages(t *testing.T) { "Location:", "Error:", "Details:", - "https://raw.githubusercontent.com/github/gh-aw/v0.79.6/docs/public/schemas/mcp-gateway-config.schema.json", + "https://raw.githubusercontent.com/github/gh-aw/v0.79.8/docs/public/schemas/mcp-gateway-config.schema.json", }, }, {