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+ day : " monday"
8+ open-pull-requests-limit : 10
9+ groups :
10+ actions-minor-patch :
11+ patterns :
12+ - " *"
13+ update-types :
14+ - " minor"
15+ - " patch"
16+ actions-major :
17+ patterns :
18+ - " *"
19+ update-types :
20+ - " major"
21+ cooldown :
22+ default-days : 7
Original file line number Diff line number Diff line change 2626 run : node --version
2727
2828 - name : Setup PHP
29- uses : shivammathur/setup-php@v2
29+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
3030 with :
3131 php-version : ' 8.3'
3232 tools : composer
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Setup PHP
21- uses : shivammathur/setup-php@v2
21+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
2222 with :
2323 php-version : ${{ inputs.php-version }}
2424 tools : composer
Original file line number Diff line number Diff line change 3838 run : node --version
3939
4040 - name : Setup PHP
41- uses : shivammathur/setup-php@v2
41+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
4242 with :
4343 php-version : ' 8.3'
4444 tools : composer
Original file line number Diff line number Diff line change 3030 cache : ' npm'
3131
3232 - name : Setup PHP
33- uses : shivammathur/setup-php@v2
33+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
3434 with :
3535 php-version : ' 8.3'
3636 tools : composer
Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v4
4343
4444 - name : Setup PHP
45- uses : shivammathur/setup-php@v2
45+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
4646 with :
4747 php-version : ${{ inputs.php-version }}
4848 tools : composer
6565
6666 - name : Upload coverage to Codecov
6767 if : ${{ env.CODECOV_TOKEN != '' }}
68- uses : codecov/codecov-action@v4
68+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
6969 with :
7070 token : ${{ secrets.CODECOV_TOKEN }}
7171 files : coverage.xml
You can’t perform that action at this time.
0 commit comments