Skip to content

Commit 4e8e0d9

Browse files
authored
Update workflow.yml
Signed-off-by: Lucas M. Dutra <terremoth@users.noreply.github.com>
1 parent a830493 commit 4e8e0d9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- '**/*.php'
77
- '**/*.css'
88
- '**/*.js'
9+
- '**/*.yml'
910
pull_request:
1011
paths:
1112
- '**/*.php'
1213
- '**/*.css'
1314
- '**/*.js'
15+
- '**/*.yml'
1416

1517
jobs:
1618
run:
@@ -21,7 +23,7 @@ jobs:
2123
uses: actions/checkout@v4
2224

2325
- name: Setup PHP
24-
uses: shivammathur/setup-php@v2
26+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
2527
with:
2628
php-version: '8.2'
2729
coverage: xdebug
@@ -49,15 +51,15 @@ jobs:
4951
./cc-test-reporter upload-coverage coverage.xml
5052
5153
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v4.0.1
54+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
5355
with:
5456
files: ./coverage.xml
5557
verbose: true
5658
env:
5759
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5860

5961
- name: PHP Mess Detector
60-
uses: php-actions/phpmd@v1
62+
uses: php-actions/phpmd@e1af7d29f7025cc51def85527b966bda4b3abdb8
6163
with:
6264
php_version: 8.1
6365
path: src/,demos/,tests/

0 commit comments

Comments
 (0)