Skip to content

Commit cc3ab8d

Browse files
committed
PLT-621 chore(ci/actions): pin GitHub Actions SHAs
1 parent 5e7cf57 commit cc3ab8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v3
130+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
131131

132132
- name: Setup Locale
133133
run: |
@@ -139,7 +139,7 @@ jobs:
139139
run: cp tests/TestConfiguration.env.php tests/TestConfiguration.php
140140

141141
- name: Install PHP with minimal extensions
142-
uses: shivammathur/setup-php@v2
142+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
143143
with:
144144
php-version: ${{ matrix.php-version }}
145145
tools: cs2pr
@@ -154,7 +154,7 @@ jobs:
154154
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
155155

156156
- name: Cache dependencies
157-
uses: actions/cache@v3
157+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
158158
with:
159159
path: ${{ steps.composer-cache.outputs.dir }}
160160
key: ${{ runner.os }}-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -178,7 +178,7 @@ jobs:
178178
tests/resources/openldap/docker-entrypoint-initdb.d/init.sh
179179
180180
- name: Install PHP with extensions
181-
uses: shivammathur/setup-php@v2
181+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
182182
with:
183183
php-version: ${{ matrix.php-version }}
184184
tools: cs2pr

0 commit comments

Comments
 (0)