From 5337b9df95ec820eb298eac01195cfa44ac20b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:54:14 +0000 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/82606bf257cbaff209d206a39f5134f0cfbfd2ee...ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-admin.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-admin.yml b/.github/workflows/ci-admin.yml index e722cf1..24a4f49 100644 --- a/.github/workflows/ci-admin.yml +++ b/.github/workflows/ci-admin.yml @@ -47,7 +47,7 @@ jobs: - name: Run golangci-lint (admin module) # The admin module embeds ui/dist in !dev builds; use dev tags for # backend lint/test so checks do not depend on prebuilt UI artifacts. - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: ${{ env.GOLANGCI_LINT_VERSION }} install-mode: goinstall diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fed4113..fdb7400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,20 +80,20 @@ jobs: plugins/contrib/go.sum - name: Run golangci-lint (root module) - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: ${{ env.GOLANGCI_LINT_VERSION }} install-mode: goinstall - name: Run golangci-lint (SDK module) - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: ${{ env.GOLANGCI_LINT_VERSION }} install-mode: goinstall working-directory: sdk - name: Run golangci-lint (Contrib module) - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: ${{ env.GOLANGCI_LINT_VERSION }} install-mode: goinstall