From 9cae4e6c30d5800dca2b38dc26ac7b2417a4d881 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Thu, 12 Dec 2024 18:18:40 +0100 Subject: [PATCH] adjust ci --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847896f..cd305aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,9 @@ jobs: --health-retries 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + persist-credentials: false - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -106,6 +108,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + persist-credentials: false - name: Setup PHP uses: shivammathur/setup-php@v2