Skip to content

Commit 09739b2

Browse files
committed
Clean up GitHub Action
1 parent b0828b1 commit 09739b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
matrix:
1313
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
with:
17+
persist-credentials: false
1618

1719
- name: Install PHP ${{ matrix.php }}
1820
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)