From e5df27d5a94bfa31d27bd481c60e87aa1a79dfcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:40:03 +0000 Subject: [PATCH] chore: update actions/setup-go action to v6.5.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/security.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6858a88..4bac1c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.GO_VERSION }}" - name: Get google/go-licenses package @@ -77,7 +77,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.GO_VERSION }}" - name: Install go-junit-report diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 6c25a96..6b8e890 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -59,7 +59,7 @@ jobs: with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.GO_VERSION }}" - name: Initialize CodeQL