mirror of
https://github.com/actions/setup-java.git
synced 2026-07-29 08:35:59 +00:00
Disable persisted checkout credentials in e2e set-default job (alert #124)
This commit is contained in:
parent
956bf8005e
commit
53cd2c57e0
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user