3535 run : |
3636 echo "key=$(date +'%Y-%U')" >> $GITHUB_ENV
3737
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939
40- - uses : gacts/run-and-post-run@v1
40+ - uses : gacts/run-and-post-run@d803f6920adc9a47eeac4cb6c93dbc2e2890c684 # v1
4141 id : post-run-command
4242 with :
4343 post : |
@@ -58,21 +58,21 @@ jobs:
5858
5959 - name : Setup cache environment
6060 id : extcache
61- uses : shivammathur/cache-extensions@v1
61+ uses : shivammathur/cache-extensions@4595bea7d6630821b0a3a4894f816402faaf324c # v1
6262 with :
6363 php-version : ${{ matrix.php-version }}
6464 extensions : ${{ env.extensions }}
6565 key : ${{ env.key }}
6666
6767 - name : Cache extensions
68- uses : actions/cache@v4
68+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6969 with :
7070 path : ${{ steps.extcache.outputs.dir }}
7171 key : ${{ steps.extcache.outputs.key }}
7272 restore-keys : ${{ steps.extcache.outputs.key }}
7373
7474 - name : Setup PHP
75- uses : shivammathur/setup-php@v2
75+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2
7676 with :
7777 php-version : ${{ matrix.php-version }}
7878 coverage : xdebug
@@ -84,15 +84,15 @@ jobs:
8484
8585 - name : Cache Composer packages
8686 id : composer-cache
87- uses : actions/cache@v4
87+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8888 with :
8989 path : vendor
9090 key : ${{ runner.os }}-${{ matrix.php-version }}-vendor-${{ hashFiles('composer.json') }}
9191 restore-keys : |
9292 ${{ runner.os }}-${{ matrix.php-version }}-vendor-
9393 - name : Cache test tools
9494 id : test-tools-cache
95- uses : actions/cache@v4
95+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
9696 with :
9797 path : vendor-bin
9898 key : ${{ runner.os }}-${{ matrix.php-version }}-vendor-bin-${{ hashFiles('vendor-bin/*/composer.json') }}
@@ -159,7 +159,7 @@ jobs:
159159 run : vendor/bin/phpunit --testsuite integration
160160
161161 - name : Code Coverage
162- uses : codecov/codecov-action@v5
162+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
163163 with :
164164 token : ${{ secrets.CODECOV_TOKEN }}
165165 files : ./coverage.clover
0 commit comments