Skip to content

Commit 128bcd9

Browse files
committed
persist-credentials: false
1 parent 884c697 commit 128bcd9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23+
persist-credentials: false
2324

2425
- name: Setup JDK
2526
uses: actions/setup-java@v5

.github/workflows/javadoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
12+
persist-credentials: false
1213
- name: Set up JDK
1314
uses: actions/setup-java@v5
1415
with:

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
18+
persist-credentials: false
1819
- name: Set up JDK
1920
uses: actions/setup-java@v5
2021
with:

.github/workflows/qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: ''
18+
persist-credentials: false
1819
- run: |
1920
git fetch --prune --unshallow
2021
- name: Set up JDK 17

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
18+
persist-credentials: false
1819
- uses: actions/setup-java@v5
1920
with:
2021
java-version: 17

0 commit comments

Comments
 (0)