This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 1ddcd89a Don't persist credentials unnecessarily
1ddcd89a is described below
commit 1ddcd89af12c5c12d85e980235a1c3a09961b34b
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:26:37 2022 +0100
Don't persist credentials unnecessarily
---
.github/workflows/codeql-analysis.yml | 2 ++
.github/workflows/coverage.yml | 2 ++
.github/workflows/maven.yml | 2 ++
3 files changed, 6 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 8a9d575e..786802a8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,6 +46,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
+ with:
+ persist-credentials: false
- uses: actions/[email protected]
with:
path: ~/.m2/repository
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 26ac919d..fa80dfab 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- uses: actions/[email protected]
with:
path: ~/.m2/repository
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2a559ff8..8c73d014 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,6 +35,8 @@ jobs:
steps:
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- uses: actions/[email protected]
with:
path: ~/.m2/repository