From 1864daa06ef2c6279f89fe264ba616d38ffa287c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 02:42:45 +0000 Subject: [PATCH] github-actions: bump paambaati/codeclimate-action Bumps the version-updates group with 1 update: [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action). Updates `paambaati/codeclimate-action` from 8.0.0 to 9.0.0 - [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/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 55cd32e..e840746 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -194,7 +194,7 @@ jobs: CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" - name: "Upload coverage to Codeclimate" - uses: "paambaati/codeclimate-action@v8.0.0" + uses: "paambaati/codeclimate-action@v9.0.0" env: CC_TEST_REPORTER_ID: "${{ secrets.CODECLIMATE_API_KEY }}" with: