Skip to content

Commit 4ea623b

Browse files
committed
Don't persist credentials unnecessarily
1 parent 8b13282 commit 4ea623b

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
steps:
4747
- name: Checkout repository
4848
uses: actions/checkout@v3.1.0
49+
with:
50+
persist-credentials: false
4951
- uses: actions/cache@v3.0.10
5052
with:
5153
path: ~/.m2/repository

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v3.1.0
33+
with:
34+
persist-credentials: false
3335
- uses: actions/cache@v3.0.10
3436
with:
3537
path: ~/.m2/repository

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v3.1.0
47+
with:
48+
persist-credentials: false
4749
- uses: actions/cache@v3.0.10
4850
with:
4951
path: ~/.m2/repository

0 commit comments

Comments
 (0)