From 768470e390db773c8342931e83463e4b929cd786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:04:13 +0000 Subject: [PATCH] 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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 145b5f2..fdead47 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: run: | bundle exec rspec --format RspecJunitFormatter --out ${{github.workspace}}/rspec-results.xml --format documentation - - uses: paambaati/codeclimate-action@v5 + - uses: paambaati/codeclimate-action@v6 if: matrix.code-coverage env: CC_TEST_REPORTER_ID: ${{ vars.CC_TEST_REPORTER_ID }}