Skip to content

Commit 60caeb3

Browse files
Pin dependencies (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 416e2d5 commit 60caeb3

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/assign-author.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515

1616
steps:
1717
- name: Assign author
18-
uses: toshimaru/auto-author-assign@v3.0.1
18+
uses: toshimaru/auto-author-assign@4d585cc37690897bd9015942ed6e766aa7cdb97f # v3.0.1

.github/workflows/draft-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020

2121
steps:
2222
- name: Draft release notes
23-
uses: release-drafter/release-drafter@v7
23+
uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 # v7
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Cache Composer dependencies
25-
uses: actions/cache@v5
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2626
with:
2727
path: /tmp/composer-cache
2828
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2929

3030
- name: Setup PHP
31-
uses: shivammathur/setup-php@v2
31+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
3232
with:
3333
php-version: ${{ matrix.php-versions }}
3434

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
},
1717
"require": {
1818
"php": ">=8.1",
19-
"behat/behat": "^3.18"
19+
"behat/behat": "^3.29.0"
2020
},
2121
"require-dev": {
22-
"behat/mink": "^1.8",
23-
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
22+
"behat/mink": "^1.13.0",
23+
"dealerdirect/phpcodesniffer-composer-installer": "^1.2.0",
2424
"drevops/behat-phpserver": "^2",
25-
"ergebnis/composer-normalize": "^2.45",
25+
"ergebnis/composer-normalize": "^2.50.0",
2626
"escapestudios/symfony2-coding-standard": "^3",
2727
"phpstan/phpstan": "^2",
28-
"phpunit/phpunit": "^11.0",
28+
"phpunit/phpunit": "^11.5.55",
2929
"rector/rector": "^2",
3030
"squizlabs/php_codesniffer": "^3",
3131
"symfony/process": "^6 || ^7.0 || ^8.0",
32-
"drupal/coder": "^8.3",
32+
"drupal/coder": "^8.3.31",
3333
"drevops/phpcs-standard": "^0.7"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)