From 04de705a78841788e0de423c52a689d2e337a37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:12:48 +0000 Subject: [PATCH 1/2] Bump paambaati/codeclimate-action from 2.7.5 to 3.0.0 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 2.7.5 to 3.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v2.7.5...v3.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... 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 f9ffecfb..1e07bc4a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -69,7 +69,7 @@ jobs: run: composer run-script test-ci - name: Publish code coverage - uses: paambaati/codeclimate-action@v2.7.5 + uses: paambaati/codeclimate-action@v3.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: From efcf58ba471ce76f22d9ff93286b494ee64f4827 Mon Sep 17 00:00:00 2001 From: phillmac Date: Thu, 1 Sep 2022 05:50:25 +0000 Subject: [PATCH 2/2] Update packge name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 851b5c24..72b5137a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "beluga-php/docker-php", + "name": "phillmac/docker-php", "license": "MIT", "type": "library", "description": "A Docker PHP client",