File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
11+ - package-ecosystem : " github-actions"
12+ directory : " /"
13+ schedule :
14+ interval : " weekly"
15+ target-branch : " 5.x"
16+ groups :
17+ github-actions :
18+ patterns :
19+ - " *"
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
2121 - name : Setup Node ${{ matrix.node }}
22- uses : actions/setup-node@v6
22+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323 with :
2424 node-version : ${{ matrix.node }}
2525
2626 - name : Setup PHP
27- uses : shivammathur/setup-php@v2
27+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2828 with :
2929 php-version : ${{ matrix.php }}
3030 tools : composer:v2
You can’t perform that action at this time.
0 commit comments