From 9ce5fef50eb9d9264e487486939ea6d770ed48f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:42:37 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/validate-agent-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-agent-docs.yml b/.github/workflows/validate-agent-docs.yml index 8ac034a..03dd358 100644 --- a/.github/workflows/validate-agent-docs.yml +++ b/.github/workflows/validate-agent-docs.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Setup Go - uses: actions/setup-go@v7 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: "1.27.x"