Skip to content

Commit cb3e32e

Browse files
Update github-actions
1 parent 8b9cf70 commit cb3e32e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
fetch-depth: 1
3232
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -49,7 +49,7 @@ jobs:
4949
git checkout "$BRANCH"
5050
5151
- name: Install PHP
52-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
52+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5353
with:
5454
php-version: ${{ env.PHP_VERSION }}
5555
extensions: none, iconv, json, phar, tokenizer
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
70+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171
with:
7272
fetch-depth: 1
7373
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -90,7 +90,7 @@ jobs:
9090
git checkout "$BRANCH"
9191
9292
- name: Install PHP
93-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
93+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
9494
with:
9595
php-version: ${{ env.PHP_VERSION }}
9696
extensions: none, ctype, curl, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
@@ -104,7 +104,7 @@ jobs:
104104
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
105105
106106
- name: Cache Composer cache directory
107-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
107+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
108108
with:
109109
path: ${{ steps.composer-cache.outputs.dir }}
110110
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -149,7 +149,7 @@ jobs:
149149
run: git config --global core.autocrlf false
150150

151151
- name: Checkout
152-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
152+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153153
with:
154154
fetch-depth: 1
155155
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -172,7 +172,7 @@ jobs:
172172
git checkout "$BRANCH"
173173
174174
- name: Install PHP with extensions
175-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
175+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
176176
with:
177177
php-version: ${{ matrix.php-version }}
178178
coverage: ${{ matrix.coverage-driver }}
@@ -187,7 +187,7 @@ jobs:
187187
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
188188
189189
- name: Cache Composer cache directory
190-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
190+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
191191
with:
192192
path: ${{ steps.composer-cache.outputs.dir }}
193193
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Upload test results to Codecov.io
203203
if: ${{ !cancelled() }}
204-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
204+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
205205
with:
206206
token: ${{ secrets.CODECOV_TOKEN }}
207207
report_type: test_results
@@ -210,7 +210,7 @@ jobs:
210210

211211
- name: Upload code coverage data to Codecov.io
212212
if: ${{ !cancelled() }}
213-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
213+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
214214
with:
215215
token: ${{ secrets.CODECOV_TOKEN }}
216216
report_type: coverage

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
persist-credentials: false
3131

3232
- name: Install PHP with extensions
33-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
33+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
3434
with:
3535
php-version: 8.3
3636
coverage: none

0 commit comments

Comments
 (0)