Skip to content

Commit 16d53d0

Browse files
chore (SPLAT-352): pin github actions to commit hash
1 parent 985fd12 commit 16d53d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Setup PHP
19-
uses: shivammathur/setup-php@v2
19+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
2020
with:
2121
php-version: ${{ matrix.php_version }}
2222
# We don't run any coverage, so we should set this parameter to none

0 commit comments

Comments
 (0)