Skip to content

Commit 34bda1a

Browse files
committed
Don't persist credentials unnecessarily
1 parent 2a0714c commit 34bda1a

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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
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
@@ -35,6 +35,8 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
38+
with:
39+
persist-credentials: false
3840
- uses: actions/cache@v3.0.10
3941
with:
4042
path: ~/.m2/repository

0 commit comments

Comments
 (0)