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-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 53e1293f Don't persist credentials unnecessarily
53e1293f is described below
commit 53e1293f44295ab398ba435b7402de8bb2f6bbe0
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:27:23 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 dc4ef945..1db2dbdc 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 3099397d..4a603df6 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: