From 4fb2477da195291bc372bae4a49ab6a7ff7202ca Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 20 Mar 2026 19:27:49 +0000 Subject: [PATCH 1/2] chore(all): update deps --- .github/workflows/basic_go.yml | 12 ++++++------ .github/workflows/go.yml | 10 +++++----- .github/workflows/linter.yml | 4 ++-- .github/workflows/proto_breaking.yml | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/basic_go.yml b/.github/workflows/basic_go.yml index 2702487..f129c98 100644 --- a/.github/workflows/basic_go.yml +++ b/.github/workflows/basic_go.yml @@ -53,12 +53,12 @@ jobs: steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: ${{ matrix.go }} id: go @@ -116,12 +116,12 @@ jobs: steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: "stable" id: go @@ -206,12 +206,12 @@ jobs: steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: "stable" id: go diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0343064..8877390 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,11 +37,11 @@ jobs: steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: ${{ matrix.go }} id: go @@ -109,17 +109,17 @@ jobs: contents: read steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: "0" persist-credentials: false - name: Install Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: "stable" - name: golangci-lint - uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: args: --config=.github/linters/.golangci.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 548a29a..ae19990 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,12 +18,12 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 persist-credentials: false - name: Lint Code Base - uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0 + uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 env: VALIDATE_ALL_CODEBASE: false VALIDATE_BIOME_FORMAT: false diff --git a/.github/workflows/proto_breaking.yml b/.github/workflows/proto_breaking.yml index 6a10788..d6d77cd 100644 --- a/.github/workflows/proto_breaking.yml +++ b/.github/workflows/proto_breaking.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 persist-credentials: false @@ -38,7 +38,7 @@ jobs: key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }} restore-keys: bazel-${{ runner.os }}-build- - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: 3.14 - name: Set up proto-breaking-change-detector From 45ce17a1eeb6e0698ced2419b467c2e6efc5426e Mon Sep 17 00:00:00 2001 From: Brandon Stoll Date: Fri, 20 Mar 2026 19:30:45 +0000 Subject: [PATCH 2/2] Disable ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT --- .github/workflows/linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ae19990..e6aa236 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,3 +37,4 @@ jobs: IGNORE_GENERATED_FILES: true DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} MULTI_STATUS: false + ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false