From 80c368b72057ff9d04b33a4e594a3013170bff4f Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:11:17 -0400 Subject: [PATCH] Disable persisted checkout credentials in e2e workflow (#1115) * Initial plan * Disable persisted checkout credentials in e2e set-default job (alert #124) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Bruno Borges --- .github/workflows/e2e-versions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 276d061..d4463d6 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -704,6 +704,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v7 + with: + persist-credentials: false - name: Setup Java 17 as default uses: ./ id: setup-java-17