From c9bd41b0519d5ad47b7aeadccd26d040a2f9427f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 17:01:37 +0000 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 4d56fa9e3c67fb4afa92b38c99fc7f20f5eeff4e to 0b0f1dde2d7fd3cb05f2ed0133a7694cff56ccde - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/4d56fa9e3c67fb4afa92b38c99fc7f20f5eeff4e...0b0f1dde2d7fd3cb05f2ed0133a7694cff56ccde) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 0b0f1dde2d7fd3cb05f2ed0133a7694cff56ccde dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-linter.yml b/.github/workflows/backend-linter.yml index 8c01351..831d4d9 100644 --- a/.github/workflows/backend-linter.yml +++ b/.github/workflows/backend-linter.yml @@ -32,7 +32,7 @@ jobs: go-version-file: backend/go.mod - name: Run Golangci-lint - uses: golangci/golangci-lint-action@4d56fa9e3c67fb4afa92b38c99fc7f20f5eeff4e # v7.0.0 + uses: golangci/golangci-lint-action@0b0f1dde2d7fd3cb05f2ed0133a7694cff56ccde # v7.0.0 with: version: v2.0.2 working-directory: backend