ci: Remove credentials on checkout

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-05-26 09:21:59 +02:00
parent ab6d536f73
commit ef6919cf98
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -141,6 +141,7 @@ jobs:
- name: Checkout server
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
submodules: true
- name: Set up php ${{ matrix.php-versions }}