File tree Expand file tree Collapse file tree 7 files changed +19
-13
lines changed Expand file tree Collapse file tree 7 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,9 @@ updates:
1919 - 7.0.2
2020 - 7.0.4
2121 - 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 2222 runs-on : " ubuntu-22.04"
2323
2424 steps :
25- - uses : " actions/checkout@v3 "
25+ - uses : " actions/checkout@v4 "
2626
2727 - name : " Lint Dockerfile"
2828 uses : " hadolint/hadolint-action@v3.1.0"
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : " Checkout"
27- uses : " actions/checkout@v3 "
27+ uses : " actions/checkout@v4 "
2828
2929 - name : " Lint shell scripts with ShellCheck"
3030 uses : " ludeeus/action-shellcheck@2.0.0"
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : " Checkout"
26- uses : " actions/checkout@v2 "
26+ uses : " actions/checkout@v4 "
2727
2828 - name : " Install PHP"
2929 uses : " shivammathur/setup-php@v2"
5656
5757 steps :
5858 - name : " Checkout"
59- uses : " actions/checkout@v2 "
59+ uses : " actions/checkout@v4 "
6060
6161 - name : " Install PHP"
6262 uses : " shivammathur/setup-php@v2"
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 - name : " Checkout"
103- uses : " actions/checkout@v2 "
103+ uses : " actions/checkout@v4 "
104104
105105 - name : " Install PHP"
106106 uses : " shivammathur/setup-php@v2"
@@ -139,7 +139,7 @@ jobs:
139139
140140 steps :
141141 - name : " Checkout"
142- uses : " actions/checkout@v2 "
142+ uses : " actions/checkout@v4 "
143143
144144 - name : " Install PHP"
145145 uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 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 "
1212 secrets :
1313 GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
1414 GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
Original file line number Diff line number Diff line change 1818jobs :
1919 json-validate :
2020 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 66>
77 <description >Check the code of the sniffs in doctrine/coding-standards.</description >
88
9- <arg name =" basepath" value =" ." />
10- <arg name =" extensions" value =" php" />
9+ <arg name =" basepath" value =" ." />
10+ <arg name =" extensions" value =" php" />
1111 <arg name =" colors" />
1212
1313 <!-- Show progress of the run -->
14- <arg value =" p" />
14+ <arg value =" p" />
1515
1616 <!-- Show sniff codes in all reports -->
17- <arg value =" s" />
17+ <arg value =" s" />
1818
19- <rule ref =" Doctrine" />
19+ <rule ref =" Doctrine" />
2020
2121 <file >lib</file >
2222</ruleset >
You can’t perform that action at this time.
0 commit comments