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 : " 3.x"
16+ groups :
17+ github-actions :
18+ patterns :
19+ - " *"
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
2020 - name : Setup Node ${{ matrix.node }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222 with :
2323 node-version : ${{ matrix.node }}
2424
2525 - name : Setup PHP
26- uses : shivammathur/setup-php@v2
26+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2727 with :
2828 php-version : ${{ matrix.php }}
2929 tools : composer:v2
You can’t perform that action at this time.
0 commit comments