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-math.git
The following commit(s) were added to refs/heads/master by this push:
new b938e88a8 Don't persist credentials unnecessarily
b938e88a8 is described below
commit b938e88a85a67be3d26fca2dd8b923d6961855a8
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:24:04 2022 +0100
Don't persist credentials unnecessarily
---
.github/workflows/coverage.yml | 2 ++
.github/workflows/maven.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index dc4ef945e..1db2dbdc8 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4b970db9a..15512d39e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with: