File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 experimental : true
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3939
4040 - name : Setup PHP with PECL extension
41- uses : shivammathur/setup-php@2.25.4
41+ uses : shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
4242 with :
4343 php-version : ${{ matrix.php-version }}
4444 tools : composer:v2
5252 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
5353
5454 - name : Cache Composer packages
55- uses : actions/cache@v3
55+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
5656 with :
5757 path : ${{ steps.composer-cache.outputs.dir }}
5858 key : ${{ runner.os }}-php-${{ matrix.php-version }}-composer-${{ matrix.prefer }}-${{ hashFiles('**/composer.json') }}
6969 run : composer run-script test-ci
7070
7171 - name : Publish code coverage
72- uses : paambaati/codeclimate-action@v3.2 .0
72+ uses : paambaati/codeclimate-action@a1831d7162ea1fbc612ffe5fb3b90278b7999d59 # v5.0 .0
7373 env :
7474 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
7575 with :
You can’t perform that action at this time.
0 commit comments