From 9c3002192b1796d9c8ced2b2b87097b0790c49fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:53:43 +0000 Subject: [PATCH] chore(renovate): Update actions/setup-go digest to 924ae3a --- .github/workflows/create-listener-release.yaml | 2 +- .github/workflows/pull-listener-pkg.yml | 2 +- .github/workflows/pull-runtime-watcher.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-listener-release.yaml b/.github/workflows/create-listener-release.yaml index ad953cac..ce850d06 100644 --- a/.github/workflows/create-listener-release.yaml +++ b/.github/workflows/create-listener-release.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "listener/go.mod" cache-dependency-path: "listener/go.sum" diff --git a/.github/workflows/pull-listener-pkg.yml b/.github/workflows/pull-listener-pkg.yml index 238709a8..f7af1c30 100644 --- a/.github/workflows/pull-listener-pkg.yml +++ b/.github/workflows/pull-listener-pkg.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "listener/go.mod" cache-dependency-path: "listener/go.sum" diff --git a/.github/workflows/pull-runtime-watcher.yml b/.github/workflows/pull-runtime-watcher.yml index ecb6cc21..8ca48ac3 100644 --- a/.github/workflows/pull-runtime-watcher.yml +++ b/.github/workflows/pull-runtime-watcher.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "runtime-watcher/go.mod" cache-dependency-path: "runtime-watcher/go.sum"