From 3bb77b38c2d014143cd48c4982dd661a2c3650e4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 Jul 2026 05:10:09 +0000 Subject: [PATCH] chore(all): update deps --- .bazelversion | 2 +- .github/workflows/bazel.yml | 4 ++-- .github/workflows/go.yml | 14 +++++++------- .github/workflows/linter.yml | 2 +- .github/workflows/typo.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.bazelversion b/.bazelversion index df5119ec..deeb3d66 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.7.0 +9.2.0 diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 7ed3d5ab..cc5a0daa 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -31,12 +31,12 @@ jobs: contents: read actions: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: recursive persist-credentials: false - name: Mount bazel cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: "~/.cache/bazel" key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6f772c8..73912dcd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,11 +32,11 @@ jobs: env: GOTOOLCHAIN: "go${{ matrix.go }}" steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: ${{ matrix.go }} - name: Build @@ -46,11 +46,11 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: "1.26.4" - name: Run Coverage @@ -66,11 +66,11 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: "1.26.4" id: go @@ -78,7 +78,7 @@ jobs: run: | go get -u honnef.co/go/tools/cmd/staticcheck - name: Check out code - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 - name: get dependencies run: | go get -v -t -d ./... diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7bfa4297..842d080c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,7 +37,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/typo.yml b/.github/workflows/typo.yml index 525d8731..5768b93f 100644 --- a/.github/workflows/typo.yml +++ b/.github/workflows/typo.yml @@ -28,7 +28,7 @@ jobs: contents: read steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 persist-credentials: false