We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4faa6c commit f92f480Copy full SHA for f92f480
.github/workflows/integration-tests.yml
@@ -60,10 +60,10 @@ jobs:
60
-e POSTGRES_INITDB_ARGS="--data-checksums"
61
62
steps:
63
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
64
65
- name: Set up PHP
66
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
67
with:
68
php-version: ${{ matrix.php }}
69
coverage: xdebug
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Cache Composer packages
77
id: composer-cache
78
- uses: actions/cache@v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
79
80
path: vendor
81
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments