From dd87f90aef4026d2f8917747d1a2714201fb8c30 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 May 2025 09:21:59 +0200 Subject: [PATCH] ci: Remove credentials on checkout Signed-off-by: Joas Schilling --- .github/workflows/files-external-s3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index e8f438f7105..5d071155423 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -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 }}