File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 # If you do not check out your code, Copilot will do this for you.
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v6
29+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
3131 - name : Set up PHP
32- uses : shivammathur/setup-php@v2
32+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3333 with :
3434 php-version : latest
3535 extensions : mbstring
3636 coverage : xdebug
3737
3838 - name : Set up Node.js
39- uses : actions/setup-node@v6
39+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4040 with :
4141 node-version : ' 24'
4242 cache : ' npm'
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 @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 environment : Testing
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616
1717 - name : Setup PHP
18- uses : shivammathur/setup-php@v2
18+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1919 with :
2020 php-version : latest
2121
2727 run : vendor/bin/pint
2828
2929 - name : Commit Changes
30- uses : stefanzweifel/git-auto-commit-action@v7
30+ uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
3131 with :
3232 commit_message : fix code style
3333 commit_options : ' --no-verify'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v6
17+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 - name : Setup PHP, with composer and extensions
19- uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
19+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
2020 with :
2121 php-version : 8.5
2222 extensions : mbstring
3030 - name : Test
3131 run : vendor/bin/phpunit
3232 - name : Code Coverage
33- uses : qltysh/qlty-action/coverage@v1
33+ uses : qltysh/qlty-action/coverage@a2277a908db90c4c868832fb9204521fb940fdb4 # v1
3434 with :
3535 oidc : true
3636 files : build/logs/clover.xml
Original file line number Diff line number Diff line change 66
77jobs :
88 composer :
9- uses : kawax/composer-workflow/.github/workflows/update.yml@v1
9+ uses : kawax/composer-workflow/.github/workflows/update.yml@e34faf0133fe55ccc4fe9600c59798f974ae7f5b # v1
1010 secrets :
1111 token : ${{ secrets.GITHUB_TOKEN }}
1212 with :
You can’t perform that action at this time.
0 commit comments