From 60079cf5c8ac3aca74cd18259233cc4073d5fd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:53:13 +0000 Subject: [PATCH] ci(deps): bump paambaati/codeclimate-action from 5 to 8 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 5 to 8. - [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...v8) --- 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..28fb1c0 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@v8 with: coverageLocations: coverage/coverage.json:simplecov debug: true