From 977e20102966656ab415f0faa275eee6d74111a1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:24:44 +0000 Subject: [PATCH 1/2] Initial plan From b9bde555e4b8f8d4a0e9f5a20e8d810c978ffa89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:25:54 +0000 Subject: [PATCH 2/2] ci: use go-version-file in security workflow instead of hard-coded version Co-authored-by: dlevy-msft-sql <194277063+dlevy-msft-sql@users.noreply.github.com> --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e7cfb83d..50845a2c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: '1.25.7' + go-version-file: go.mod - name: Install govulncheck run: go install golang.org/x/vuln/cmd/govulncheck@latest