From 95799fbabe59f8de08a14964f874171edfe584dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:37:28 +0000 Subject: [PATCH] ci(deps): bump paambaati/codeclimate-action from 5 to 6 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 5 to 6. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v5...v6) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c6e0ed..f355057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: if: success() continue-on-error: true - name: Upload code coverage data to CodeClimate - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v6 with: coverageLocations: coverage/coverage.json:simplecov debug: true