From 4d9e870ed4cc22d71f296b448c92ae4f725826a7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 9 Apr 2025 20:50:39 +0200 Subject: [PATCH] =?UTF-8?q?chore(github-action):=20update=20golangci/golan?= =?UTF-8?q?gci-lint-action=20action=20v6=20=E2=86=92=20v7=20(#34071)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action) | action | major | `55c2c14` -> `1481404` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
golangci/golangci-lint-action (golangci/golangci-lint-action) ### [`v7`](https://redirect.github.com/golangci/golangci-lint-action/compare/v6...v7) [Compare Source](https://redirect.github.com/golangci/golangci-lint-action/compare/v6...v7)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/clustertool.golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clustertool.golangci-lint.yaml b/.github/workflows/clustertool.golangci-lint.yaml index fbbac92f558..d2fa2e3fd8f 100644 --- a/.github/workflows/clustertool.golangci-lint.yaml +++ b/.github/workflows/clustertool.golangci-lint.yaml @@ -38,7 +38,7 @@ jobs: go-version: stable - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: golangci-lint - uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6 + uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 with: version: latest args: --timeout 3m0s