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+ cooldown :
8+ default-days : 5
9+ groups :
10+ github-actions :
11+ patterns :
12+ - " *"
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616
1717 - name : Setup PHP, with composer and extensions
18- uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
18+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1919 with :
2020 php-version : 8.5
2121 coverage : none
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 runs-on : ubuntu-latest
1919 environment : Testing
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
2323 - name : Setup PHP
24- uses : shivammathur/setup-php@v2
24+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
2525 with :
2626 php-version : 8.5
2727
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
2222 - name : Setup PHP
23- uses : shivammathur/setup-php@v2
23+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
2424 with :
2525 php-version : 8.5
2626 coverage : xdebug
Original file line number Diff line number Diff line change 77
88jobs :
99 composer :
10- uses : kawax/composer-workflow/.github/workflows/update.yml@v1
10+ uses : kawax/composer-workflow/.github/workflows/update.yml@e34faf0133fe55ccc4fe9600c59798f974ae7f5b # v1
1111 secrets :
1212 token : ${{ secrets.GITHUB_TOKEN }}
1313 with :
You can’t perform that action at this time.
0 commit comments