From 3d8254b8ec57692afc8bf3aee4986dd0285399ea Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Fri, 4 Sep 2026 12:15:35 -0400 Subject: [PATCH] sync: update govulncheck to 1.27.1 and fix var ref --- .github/env/00-core.env | 2 +- .github/workflows/dependabot-auto-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/env/00-core.env b/.github/env/00-core.env index b882bf6..e7895be 100644 --- a/.github/env/00-core.env +++ b/.github/env/00-core.env @@ -29,7 +29,7 @@ GO_PRIMARY_VERSION=1.24.x GO_SECONDARY_VERSION=1.24.x # Govulncheck-specific Go version for vulnerability scanning -GOVULNCHECK_GO_VERSION=1.27.0 +GOVULNCHECK_GO_VERSION=1.27.1 # ================================================================================================ # 📦 GO MODULE CONFIGURATION diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index aff37a8..942dac2 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -1200,7 +1200,7 @@ jobs: skipped-no-pat) echo "⏭️ Action: Skipped (no GH_PAT_TOKEN — handle manually or via 'go-broadcast review-pr')" ;; alert-*) echo "⚠️ Action: Alert sent, manual review required" ;; manual-review) echo "👀 Action: Manual review required" ;; - *) echo "❓ Action: $ACTION" ;; + *) echo "❓ Action: $EFFECTIVE_ACTION" ;; esac echo "🕐 Completed: $(date -u '+%Y-%m-%d %H:%M:%S UTC')"