File tree Expand file tree Collapse file tree 10 files changed +27
-21
lines changed Expand file tree Collapse file tree 10 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,9 @@ updates:
19
19
- 7.0.2
20
20
- 7.0.4
21
21
- 7.0.5
22
+ - package-ecosystem : " github-actions"
23
+ directory : " /"
24
+ schedule :
25
+ interval : " weekly"
26
+ labels :
27
+ - " CI"
Original file line number Diff line number Diff line change 22
22
runs-on : " ubuntu-22.04"
23
23
24
24
steps :
25
- - uses : " actions/checkout@v3 "
25
+ - uses : " actions/checkout@v4 "
26
26
27
27
- name : " Lint Dockerfile"
28
28
uses :
" hadolint/[email protected] "
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : " Checkout"
27
- uses : " actions/checkout@v3 "
27
+ uses : " actions/checkout@v4 "
28
28
29
29
- name : " Lint shell scripts with ShellCheck"
30
30
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout"
26
- uses : " actions/checkout@v2 "
26
+ uses : " actions/checkout@v4 "
27
27
28
28
- name : " Install PHP"
29
29
uses : " shivammathur/setup-php@v2"
56
56
57
57
steps :
58
58
- name : " Checkout"
59
- uses : " actions/checkout@v2 "
59
+ uses : " actions/checkout@v4 "
60
60
61
61
- name : " Install PHP"
62
62
uses : " shivammathur/setup-php@v2"
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
steps :
102
102
- name : " Checkout"
103
- uses : " actions/checkout@v2 "
103
+ uses : " actions/checkout@v4 "
104
104
105
105
- name : " Install PHP"
106
106
uses : " shivammathur/setup-php@v2"
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
steps :
141
141
- name : " Checkout"
142
- uses : " actions/checkout@v2 "
142
+ uses : " actions/checkout@v4 "
143
143
144
144
- name : " Install PHP"
145
145
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : " Git tag, release & create merge-up PR"
11
- uses : " doctrine/.github/.github/workflows/release-on-milestone-closed.yml@2.0.0 "
11
+ uses : " doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.2.2 "
12
12
secrets :
13
13
GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
14
14
GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
json-validate :
20
20
name : " Validate JSON schema"
21
- uses : " doctrine/.github/.github/workflows/website-schema.yml@7.1.0 "
21
+ uses : " doctrine/.github/.github/workflows/website-schema.yml@7.2.2 "
Original file line number Diff line number Diff line change 6
6
>
7
7
<description >Check the code of the sniffs in doctrine/coding-standards.</description >
8
8
9
- <arg name =" basepath" value =" ." />
10
- <arg name =" extensions" value =" php" />
9
+ <arg name =" basepath" value =" ." />
10
+ <arg name =" extensions" value =" php" />
11
11
<arg name =" colors" />
12
12
13
13
<!-- Show progress of the run -->
14
- <arg value =" p" />
14
+ <arg value =" p" />
15
15
16
16
<!-- Show sniff codes in all reports -->
17
- <arg value =" s" />
17
+ <arg value =" s" />
18
18
19
- <rule ref =" Doctrine" />
19
+ <rule ref =" Doctrine" />
20
20
21
21
<file >lib</file >
22
22
</ruleset >
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ tests/input/use-ordering.php 1 0
54
54
tests/input/useless-semicolon.php 2 0
55
55
tests/input/UselessConditions.php 21 0
56
56
----------------------------------------------------------------------
57
- A TOTAL OF 476 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
57
+ A TOTAL OF 478 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
58
58
----------------------------------------------------------------------
59
- PHPCBF CAN FIX 391 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
59
+ PHPCBF CAN FIX 393 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
60
60
----------------------------------------------------------------------
61
61
62
62
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ index 8547171..f01ece0 100644
55
55
- tests/input/UselessConditions.php 21 0
56
56
+ tests/input/UselessConditions.php 20 0
57
57
----------------------------------------------------------------------
58
- - A TOTAL OF 476 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
59
- + A TOTAL OF 429 ERRORS AND 2 WARNINGS WERE FOUND IN 47 FILES
58
+ - A TOTAL OF 478 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
59
+ + A TOTAL OF 431 ERRORS AND 2 WARNINGS WERE FOUND IN 47 FILES
60
60
----------------------------------------------------------------------
61
- - PHPCBF CAN FIX 391 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
62
- + PHPCBF CAN FIX 345 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
61
+ - PHPCBF CAN FIX 393 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
62
+ + PHPCBF CAN FIX 347 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
63
63
----------------------------------------------------------------------
64
64
65
65
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ index 9b19b9e..760ee4a 100644
31
31
tests/input/useless-semicolon.php 2 0
32
32
tests/input/UselessConditions.php 21 0
33
33
----------------------------------------------------------------------
34
- - A TOTAL OF 476 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
34
+ - A TOTAL OF 478 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
35
35
+ A TOTAL OF 459 ERRORS AND 2 WARNINGS WERE FOUND IN 49 FILES
36
36
----------------------------------------------------------------------
37
- - PHPCBF CAN FIX 391 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
37
+ - PHPCBF CAN FIX 393 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
38
38
+ PHPCBF CAN FIX 375 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
39
39
----------------------------------------------------------------------
40
40
You can’t perform that action at this time.
0 commit comments