Adding commit sha for 3rd party actions

This commit is contained in:
Anurag Chauhan
2021-11-29 08:51:54 +00:00
committed by GitHub
parent b4ee598043
commit 3258466b26
+2 -2
View File
@@ -38,13 +38,13 @@ jobs:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@7c0b4c8c8ebed23eca9ec2802474895d105b11bc
with:
php-version: ${{ env.PHP_VERSION }}
- name: Check if composer.json exists
id: check_files
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@87d74d4732ddb824259d80c8a508c0124bf1c673
with:
files: 'composer.json'