mirror of
https://github.com/apache/commons-csv.git
synced 2025-03-05 00:09:09 +00:00
Don't persist credentials unnecessarily
This commit is contained in:
parent
954a6ce6fd
commit
7fbe1495fa
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -46,6 +46,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
|
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user