We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ee8d3 commit 841d6edCopy full SHA for 841d6ed
1 file changed
.github/workflows/php.yml
@@ -13,10 +13,10 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17
18
- name: Setup PHP
19
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
20
with:
21
php-version: 8.0
22
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Cache Composer packages
27
id: composer-cache
28
- uses: actions/cache@v3
+ uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
29
30
path: vendor
31
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments