@@ -26,22 +26,22 @@ jobs:
2626
2727 services :
2828 chrome :
29- image : selenium/standalone-chromium:145.0
29+ image : selenium/standalone-chromium:145.0@sha256:36474a4c56765ec3d04dc4cbac57a021e0d88e89fdb5dca297a50f1100279c1a
3030 ports :
3131 - 4444:4444
3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v6
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636
3737 - name : Cache Composer dependencies
38- uses : actions/cache@v5
38+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3939 with :
4040 path : /tmp/composer-cache
4141 key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
4242
4343 - name : Setup PHP
44- uses : shivammathur/setup-php@v2
44+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
4545 with :
4646 php-version : ${{ matrix.php-versions }}
4747 coverage : pcov
6969 continue-on-error : ${{ vars.CI_TEST_UNIT_IGNORE_FAILURE == '1' }}
7070
7171 - name : Setup Chrome
72- uses : browser-actions/setup-chrome@v2
72+ uses : browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2
7373
7474 - name : Start Chrome
7575 run : chrome --no-sandbox --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222&
@@ -82,15 +82,15 @@ jobs:
8282
8383 - name : Upload logs as artifacts
8484 if : always()
85- uses : actions/upload-artifact@v7
85+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
8686 with :
8787 name : ${{github.job}}-logs-${{ matrix.php-versions }}
8888 path : .logs
8989 include-hidden-files : true
9090 if-no-files-found : error
9191
9292 - name : Upload coverage report to Codecov
93- uses : codecov/codecov-action@v5
93+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
9494 if : ${{ env.CODECOV_TOKEN != '' }}
9595 with :
9696 files : |
@@ -103,5 +103,5 @@ jobs:
103103
104104 - name : Setup tmate session
105105 if : ${{ !cancelled() && github.event.inputs.enable_terminal }}
106- uses : mxschmitt/action-tmate@v3
106+ uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
107107 timeout-minutes : 15
0 commit comments