1
0

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 <brborges@microsoft.com>
This commit is contained in:
Copilot
2026-07-14 16:11:17 -04:00
committed by GitHub
parent cd57b95697
commit 80c368b720
+2
View File
@@ -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