34
34
php-version :
35
35
- " 8.3"
36
36
steps :
37
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
37
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
38
38
- name : Validate composer.json and composer.lock
39
39
run : composer --working-dir=site validate
40
40
45
45
php-version :
46
46
- " 8.3"
47
47
steps :
48
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
48
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
49
49
- run : make --directory=site check-file-patterns
50
50
51
51
check-makefile :
55
55
php-version :
56
56
- " 8.3"
57
57
steps :
58
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
58
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
59
59
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
60
60
with :
61
61
coverage : none
69
69
php-version :
70
70
- " 8.3"
71
71
steps :
72
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
72
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
73
73
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
74
74
with :
75
75
coverage : none
83
83
php-version :
84
84
- " 8.3"
85
85
steps :
86
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
86
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
87
87
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
88
88
with :
89
89
coverage : none
97
97
php-version :
98
98
- " 8.3"
99
99
steps :
100
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
100
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
101
101
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
102
102
with :
103
103
coverage : none
@@ -111,7 +111,7 @@ jobs:
111
111
php-version :
112
112
- " 8.3"
113
113
steps :
114
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
114
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
115
115
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
116
116
with :
117
117
coverage : none
@@ -121,7 +121,7 @@ jobs:
121
121
lint-xml :
122
122
runs-on : ubuntu-latest
123
123
steps :
124
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
124
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
125
125
- run : make --directory=site lint-xml-auto-install
126
126
127
127
phpcs :
@@ -131,7 +131,7 @@ jobs:
131
131
php-version :
132
132
- " 8.3"
133
133
steps :
134
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
134
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
135
135
- name : Get PHP_CodeSniffer cache file pattern
136
136
id : phpcs-cache
137
137
run : echo "file=$(php -r "echo sys_get_temp_dir() . '/phpcs.*';")" >> $GITHUB_OUTPUT
@@ -152,7 +152,7 @@ jobs:
152
152
php-version :
153
153
- " 8.3"
154
154
steps :
155
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
155
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
156
156
- name : Get PHPStan result cache directory
157
157
id : phpstan-cache
158
158
run : echo "dir=$(php -r "echo sys_get_temp_dir() . '/phpstan';")" >> $GITHUB_OUTPUT
@@ -173,7 +173,7 @@ jobs:
173
173
php-version :
174
174
- " 8.3"
175
175
steps :
176
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
176
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
177
177
- name : Get PHPStan result cache directory
178
178
id : phpstan-cache
179
179
run : echo "dir=$(php -r "echo sys_get_temp_dir() . '/phpstan';")" >> $GITHUB_OUTPUT
@@ -194,7 +194,7 @@ jobs:
194
194
php-version :
195
195
- " 8.3"
196
196
steps :
197
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
197
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
198
198
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
199
199
with :
200
200
coverage : pcov
@@ -222,7 +222,7 @@ jobs:
222
222
php-version :
223
223
- " 8.3"
224
224
steps :
225
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
225
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
226
226
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
227
227
with :
228
228
coverage : none
@@ -236,7 +236,7 @@ jobs:
236
236
php-version :
237
237
- " 8.3"
238
238
steps :
239
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
239
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
240
240
- uses : shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
241
241
with :
242
242
coverage : none
0 commit comments