From 571b084b321a107ffea68f15395eee9082a4ea11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:09:53 +0000 Subject: [PATCH] deps(go-ci): bump golangci/golangci-lint-action Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gh-actions/go/code-sanity/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/go/code-sanity/action.yaml b/gh-actions/go/code-sanity/action.yaml index c82b1249..55242ea7 100644 --- a/gh-actions/go/code-sanity/action.yaml +++ b/gh-actions/go/code-sanity/action.yaml @@ -120,7 +120,7 @@ runs: - name: Code formatting, vet, static checker Security… if: ${{ always() && steps.golanci-lint.outcome == 'success' }} id: golangci-lint-check - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: ${{ steps.tooling-version.outputs.golangci-lint }} args: ${{ steps.golanci-lint.outputs.args }}