Skip to content

Commit

Permalink
github-actions: bump the minor-patch-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 2 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action).


Updates `shivammathur/setup-php` from 2.30.2 to 2.30.4
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.30.2...2.30.4)

Updates `paambaati/codeclimate-action` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](paambaati/codeclimate-action@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent 4026617 commit 97a78f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run: "vendor/bin/infection --show-mutations --only-covered --min-covered-msi=100 --min-msi=100 --coverage=.build/coverage --logger-github --no-progress -vv"

- name: "Upload coverage to Codeclimate"
uses: "paambaati/codeclimate-action@v5.0.0"
uses: "paambaati/codeclimate-action@v6.0.0"
env:
CC_TEST_REPORTER_ID: "${{ secrets.CODECLIMATE_API_KEY }}"
with:
Expand Down

0 comments on commit 97a78f7

Please sign in to comment.