From 9ecb687e804be655e0328b3b671c26e1b753e662 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:39:07 +0000 Subject: [PATCH] Update github workflows Generated by renovateBot --- .github/workflows/buildtest.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/slack-notifier.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildtest.yaml b/.github/workflows/buildtest.yaml index be0e93d8f..4caf5dd72 100644 --- a/.github/workflows/buildtest.yaml +++ b/.github/workflows/buildtest.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: shogo82148/actions-setup-redis@2f3253b148c73d7a0682eae73e862b777a4fa74e # v1 + - uses: shogo82148/actions-setup-redis@bd623e2f740257df88cb670bdd279f3a9182f828 # v1 with: redis-version: "6.x" auto-start: true @@ -62,7 +62,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.11.4 + version: v2.12.0 - name: Test run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78b7ef75a..e0dd510a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: go-version-file: "go.mod" - name: Run GoReleaser - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7 with: distribution: goreleaser version: '~> v2' diff --git a/.github/workflows/slack-notifier.yaml b/.github/workflows/slack-notifier.yaml index 7770345bf..e550807d4 100644 --- a/.github/workflows/slack-notifier.yaml +++ b/.github/workflows/slack-notifier.yaml @@ -19,7 +19,7 @@ jobs: notify-devs: runs-on: ubuntu-latest steps: - - uses: livekit/slack-notifier-action@main + - uses: livekit/slack-notifier-action@34d9e973391fe5e4afacba015c4d144eb912e7ea # main with: config_json: ${{ secrets.SLACK_NOTIFY_CONFIG_JSON }} slack_token: ${{ secrets.SLACK_PR_NOTIFIER_TOKEN }}