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-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 3925b46 Don't persist credentials unnecessarily
3925b46 is described below
commit 3925b4650ff1c594c616ff99d43fce743016aeed
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:18:35 2022 +0100
Don't persist credentials unnecessarily
---
.github/workflows/adhoctest.yml | 2 ++
.github/workflows/codeql-analysis.yml | 2 ++
.github/workflows/coverage.yml | 2 ++
.github/workflows/maven.yml | 2 ++
4 files changed, 8 insertions(+)
diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 282fe5a..71e77d9 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -48,6 +48,8 @@ jobs:
steps:
# - uses: actions/[email protected]
# with:
+ # persist-credentials: false
+ # with:
# ref: ${{ matrix.ref }}
# - name: Set up JDK ${{ matrix.java }}
# uses: actions/[email protected]
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 31a976e..1b50bd5 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -53,6 +53,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 960d2a5..bf9a965 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -38,6 +38,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 03e62c1..bb8dc85 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -52,6 +52,8 @@ jobs:
steps:
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- uses: actions/[email protected]
with:
path: ~/.m2/repository