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"