From 760a6b4769f3dbdb20e9771dbaa647bc060170ea Mon Sep 17 00:00:00 2001 From: Markus Jung Date: Mon, 6 Jan 2025 20:13:32 +0100 Subject: [PATCH] disable persisted credentials in gh-action --- .github/workflows/bval-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bval-ci.yml b/.github/workflows/bval-ci.yml index 3aaec425a2..db4de2b720 100644 --- a/.github/workflows/bval-ci.yml +++ b/.github/workflows/bval-ci.yml @@ -35,6 +35,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v4 with: