From 8df4152817833ca568bc3d16e48f87a84a0ada7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:39:54 +0000 Subject: [PATCH 1/2] 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 6 to 7 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c631f0b..0aa6bbd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint continue-on-error: true - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v7 with: args: --issues-exit-code=0 --timeout=5m From 1c05d3f043ed15a5dc33012f89628bdd3e37cadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:40:12 +0000 Subject: [PATCH 2/2] chore(deps): add changelog for dependabot updates --- .changes/unreleased/Dependency-20250401-074011.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20250401-074011.yaml diff --git a/.changes/unreleased/Dependency-20250401-074011.yaml b/.changes/unreleased/Dependency-20250401-074011.yaml new file mode 100644 index 0000000..95b332f --- /dev/null +++ b/.changes/unreleased/Dependency-20250401-074011.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump golangci/golangci-lint-action from 6 to 7 in the github-actions group' +time: 2025-04-01T07:40:11.407066343Z