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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 7be32b20 Don't persist credentials unnecessarily
7be32b20 is described below
commit 7be32b20f550cf8074dcb1c16179d7f46aacbef3
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 13:58:08 2022 +0100
Don't persist credentials unnecessarily
---
.github/workflows/codeql-analysis.yml | 2 ++
.github/workflows/coverage.yml | 2 ++
.github/workflows/maven.yml | 2 ++
.github/workflows/maven_adhoc.yml | 4 +++-
4 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 1833190d..b7386af8 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 86c33344..68f6f69c 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 6d6ae884..2cde9250 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,6 +44,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- uses: actions/[email protected]
with:
path: ~/.m2/repository
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index c1cdaab3..cc72db1b 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -26,7 +26,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- - name: Set up JDK
+ with:
+ persist-credentials: false
+ - name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'temurin'