Skip to content

Commit 7ccc496

Browse files
renovate[bot]jeromegamez
authored andcommitted
Pin dependencies
1 parent c785d09 commit 7ccc496

3 files changed

Lines changed: 49 additions & 49 deletions

File tree

.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545

4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949

5050
- name: Setup PHP
51-
uses: shivammathur/setup-php@v2
51+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
5252
with:
5353
php-version: "8.5"
5454
coverage: none
@@ -61,7 +61,7 @@ jobs:
6161
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
6262
6363
- name: Cache Composer cache directory
64-
uses: actions/cache@v5
64+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6565
with:
6666
path: ${{ steps.composer-cache.outputs.dir }}
6767
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -90,10 +90,10 @@ jobs:
9090

9191
steps:
9292
- name: Checkout code
93-
uses: actions/checkout@v6
93+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9494

9595
- name: Setup PHP
96-
uses: shivammathur/setup-php@v2
96+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
9797
with:
9898
php-version: ${{ matrix.php }}
9999
tools: composer, pecl
@@ -106,7 +106,7 @@ jobs:
106106
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
107107
108108
- name: Cache Composer cache directory
109-
uses: actions/cache@v5
109+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
110110
with:
111111
path: ${{ steps.composer-cache.outputs.dir }}
112112
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -116,7 +116,7 @@ jobs:
116116
run: composer install --no-interaction --no-progress --ansi --ignore-platform-req=ext-grpc
117117

118118
- name: Cache PHPStan dependencies
119-
uses: actions/cache@v5
119+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
120120
with:
121121
path: tools/.phpstan/vendor
122122
key: ${{ runner.os }}-phpstan-tools-${{ hashFiles('tools/.phpstan/composer.lock') }}
@@ -139,10 +139,10 @@ jobs:
139139

140140
steps:
141141
- name: Checkout code
142-
uses: actions/checkout@v6
142+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
143143

144144
- name: Setup PHP
145-
uses: shivammathur/setup-php@v2
145+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
146146
with:
147147
php-version: "8.5"
148148
tools: composer
@@ -155,7 +155,7 @@ jobs:
155155
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
156156
157157
- name: Cache Composer cache directory
158-
uses: actions/cache@v5
158+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
159159
with:
160160
path: ${{ steps.composer-cache.outputs.dir }}
161161
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -192,10 +192,10 @@ jobs:
192192

193193
steps:
194194
- name: Checkout code
195-
uses: actions/checkout@v6
195+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
196196

197197
- name: Setup PHP
198-
uses: shivammathur/setup-php@v2
198+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
199199
with:
200200
php-version: ${{ matrix.php }}
201201
tools: composer, pecl
@@ -208,7 +208,7 @@ jobs:
208208
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
209209
210210
- name: Cache Composer cache directory
211-
uses: actions/cache@v5
211+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
212212
with:
213213
path: ${{ steps.composer-cache.outputs.dir }}
214214
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Cache Rector dependencies
221221
if: ${{ matrix.id == 'rector' }}
222-
uses: actions/cache@v5
222+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
223223
with:
224224
path: tools/.rector/vendor
225225
key: ${{ runner.os }}-rector-tools-${{ hashFiles('tools/.rector/composer.lock') }}
@@ -252,10 +252,10 @@ jobs:
252252

253253
steps:
254254
- name: Checkout code
255-
uses: actions/checkout@v6
255+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
256256

257257
- name: Setup PHP
258-
uses: shivammathur/setup-php@v2
258+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
259259
with:
260260
php-version: ${{ matrix.php }}
261261
tools: composer, pecl
@@ -268,7 +268,7 @@ jobs:
268268
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
269269
270270
- name: Cache Composer cache directory
271-
uses: actions/cache@v5
271+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
272272
with:
273273
path: ${{ steps.composer-cache.outputs.dir }}
274274
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -300,10 +300,10 @@ jobs:
300300

301301
steps:
302302
- name: Checkout code
303-
uses: actions/checkout@v6
303+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
304304

305305
- name: Setup PHP
306-
uses: shivammathur/setup-php@v2
306+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
307307
with:
308308
php-version: "8.5"
309309
tools: composer, pecl
@@ -316,7 +316,7 @@ jobs:
316316
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
317317
318318
- name: Cache Composer cache directory
319-
uses: actions/cache@v5
319+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
320320
with:
321321
path: ${{ steps.composer-cache.outputs.dir }}
322322
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -332,7 +332,7 @@ jobs:
332332
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
333333

334334
- name: Cache PHPUnit static analysis cache
335-
uses: actions/cache@v5
335+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
336336
with:
337337
path: .phpunit.cache/code-coverage
338338
key: ${{ runner.os }}-phpunit-code-coverage-${{ github.ref }}-
@@ -349,7 +349,7 @@ jobs:
349349
350350
- name: Upload test results to Codecov
351351
if: ${{ !cancelled() }}
352-
uses: codecov/codecov-action@v5
352+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
353353
with:
354354
token: ${{ secrets.CODECOV_TOKEN }}
355355
flags: unit
@@ -359,7 +359,7 @@ jobs:
359359

360360
- name: Upload coverage to Codecov
361361
if: ${{ !cancelled() }}
362-
uses: codecov/codecov-action@v5
362+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
363363
with:
364364
token: ${{ secrets.CODECOV_TOKEN }}
365365
files: ./build/code-coverage.xml
@@ -375,7 +375,7 @@ jobs:
375375

376376
steps:
377377
- name: Checkout code
378-
uses: actions/checkout@v6
378+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
379379
with:
380380
fetch-depth: 0
381381
fetch-tags: true
@@ -397,7 +397,7 @@ jobs:
397397
398398
- name: Run Roave BC Check
399399
if: ${{ steps.check-tags.outputs.has_tags == 'true' }}
400-
uses: docker://nyholm/roave-bc-check-ga
400+
uses: docker://nyholm/roave-bc-check-ga@sha256:a9d3d932a4d3ba6a5a0563ef3788918a538198ee9c061a153f9b55caa8d3625f
401401

402402
- name: Skip Roave BC Check (no tags found)
403403
if: ${{ steps.check-tags.outputs.has_tags != 'true' }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939

4040
- name: Run Lychee
41-
uses: lycheeverse/lychee-action@v2
41+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
4242
with:
4343
args: "--verbose --no-progress './*.md' './docs/*.rst' './src/**/*.php' './tests/**/*.php'"
4444
output: ${{ runner.temp }}/lychee/out.md

.github/workflows/secure-tests.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626
with:
2727
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
2828

2929
- name: Setup PHP
30-
uses: shivammathur/setup-php@v2
30+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
3131
with:
3232
php-version: "8.5"
3333
coverage: none
@@ -40,7 +40,7 @@ jobs:
4040
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
4141
4242
- name: Cache Composer cache directory
43-
uses: actions/cache@v5
43+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4444
with:
4545
path: ${{ steps.composer-cache.outputs.dir }}
4646
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -64,12 +64,12 @@ jobs:
6464

6565
steps:
6666
- name: Checkout code
67-
uses: actions/checkout@v6
67+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6868
with:
6969
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
7070

7171
- name: Setup PHP
72-
uses: shivammathur/setup-php@v2
72+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
7373
with:
7474
php-version: ${{ env.php-version }}
7575
tools: composer, pecl
@@ -85,7 +85,7 @@ jobs:
8585
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
8686
8787
- name: Cache Composer cache directory
88-
uses: actions/cache@v5
88+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8989
with:
9090
path: ${{ steps.composer-cache.outputs.dir }}
9191
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Upload integration test results to Codecov
113113
if: ${{ !cancelled() }}
114-
uses: codecov/codecov-action@v5
114+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117117
flags: integration
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Upload integration coverage to Codecov
123123
if: ${{ !cancelled() }}
124-
uses: codecov/codecov-action@v5
124+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
125125
with:
126126
token: ${{ secrets.CODECOV_TOKEN }}
127127
files: ./build/coverage.xml
@@ -140,12 +140,12 @@ jobs:
140140

141141
steps:
142142
- name: Checkout code
143-
uses: actions/checkout@v6
143+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
144144
with:
145145
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
146146

147147
- name: Setup PHP
148-
uses: shivammathur/setup-php@v2
148+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
149149
with:
150150
php-version: ${{ env.php-version }}
151151
tools: composer, pecl
@@ -161,7 +161,7 @@ jobs:
161161
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
162162
163163
- name: Cache Composer cache directory
164-
uses: actions/cache@v5
164+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
165165
with:
166166
path: ${{ steps.composer-cache.outputs.dir }}
167167
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -174,12 +174,12 @@ jobs:
174174
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
175175

176176
- name: Set Up Node
177-
uses: actions/setup-node@v6
177+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
178178
with:
179179
node-version: '24'
180180

181181
- name: Set Up Java
182-
uses: actions/setup-java@v5.2.0
182+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
183183
with:
184184
distribution: 'temurin'
185185
java-version: '21'
@@ -203,7 +203,7 @@ jobs:
203203
204204
- name: Upload emulator test results to Codecov
205205
if: ${{ !cancelled() }}
206-
uses: codecov/codecov-action@v5
206+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
207207
with:
208208
token: ${{ secrets.CODECOV_TOKEN }}
209209
flags: emulator
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: Upload emulator coverage to Codecov
215215
if: ${{ !cancelled() }}
216-
uses: codecov/codecov-action@v5
216+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
217217
with:
218218
token: ${{ secrets.CODECOV_TOKEN }}
219219
files: ./build/coverage.xml
@@ -238,27 +238,27 @@ jobs:
238238

239239
steps:
240240
- name: Checkout code
241-
uses: actions/checkout@v6
241+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
242242
with:
243243
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
244244

245245
- name: Setup cache environment
246246
id: extcache
247-
uses: shivammathur/cache-extensions@v1
247+
uses: shivammathur/cache-extensions@256729b5fef535345e27904657f78048c0990f81 # v1
248248
with:
249249
php-version: ${{ env.php-version }}
250250
extensions: ${{ env.extensions }}
251251
key: ${{ env.key }}
252252

253253
- name: Cache extensions
254-
uses: actions/cache@v5.0.3
254+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
255255
with:
256256
path: ${{ steps.extcache.outputs.dir }}
257257
key: ${{ steps.extcache.outputs.key }}
258258
restore-keys: ${{ steps.extcache.outputs.key }}
259259

260260
- name: Setup PHP
261-
uses: shivammathur/setup-php@v2
261+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
262262
with:
263263
php-version: ${{ env.php-version }}
264264
extensions: ${{ env.extensions }}
@@ -282,7 +282,7 @@ jobs:
282282
283283
- name: Cache Composer cache directory
284284
if: ${{ steps.grpc.outcome == 'success' }}
285-
uses: actions/cache@v5
285+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
286286
with:
287287
path: ${{ steps.composer-cache.outputs.dir }}
288288
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -311,7 +311,7 @@ jobs:
311311
312312
- name: Upload gRPC test results to Codecov
313313
if: ${{ !cancelled() && steps.grpc.outcome == 'success' }}
314-
uses: codecov/codecov-action@v5
314+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
315315
with:
316316
token: ${{ secrets.CODECOV_TOKEN }}
317317
flags: grpc
@@ -321,7 +321,7 @@ jobs:
321321

322322
- name: Upload gRPC coverage to Codecov
323323
if: ${{ !cancelled() && steps.grpc.outcome == 'success' }}
324-
uses: codecov/codecov-action@v5
324+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
325325
with:
326326
token: ${{ secrets.CODECOV_TOKEN }}
327327
files: ./build/coverage.xml

0 commit comments

Comments
 (0)