Skip to content

Commit dbdd38f

Browse files
Pin third-party actions to currently used SHA (#275)
1 parent 0c57b35 commit dbdd38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php: ["7.3", "7.4", "8.1", "8.2", "8.3"]
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: shivammathur/setup-php@v2
23+
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
2424
with:
2525
php-version: ${{ matrix.php }}
2626
tools: "composer"

0 commit comments

Comments
 (0)