File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,11 @@ updates:
14
14
prefix : " GH Actions:"
15
15
labels :
16
16
- " chores/QA"
17
+ cooldown :
18
+ semver-major-days : 10
19
+ groups :
20
+ action-runners :
21
+ applies-to : version-updates
22
+ update-types :
23
+ - " minor"
24
+ - " patch"
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v5
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
30
30
- name : Install PHP
31
- uses : shivammathur/setup-php@v2
31
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
32
32
with :
33
33
php-version : ' latest'
34
34
coverage : none
38
38
run : composer install --no-dev --no-interaction --no-progress
39
39
40
40
- name : Validate Ruleset XML file against schema
41
- uses : phpcsstandards/xmllint-validate@v1
41
+ uses : phpcsstandards/xmllint-validate@0fd9c4a9046055f621fca4bbdccb8eab1fd59fdc # v1.0.1
42
42
with :
43
43
pattern : " ./*/ruleset.xml"
44
44
xsd-file : " vendor/squizlabs/php_codesniffer/phpcs.xsd"
@@ -89,10 +89,10 @@ jobs:
89
89
90
90
steps :
91
91
- name : Checkout code
92
- uses : actions/checkout@v5
92
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
93
93
94
94
- name : Install PHP
95
- uses : shivammathur/setup-php@v2
95
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
96
96
with :
97
97
php-version : ${{ matrix.php }}
98
98
ini-values : error_reporting=E_ALL, display_errors=On, display_startup_errors=On
You can’t perform that action at this time.
0 commit comments