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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new 86ff4ba Don't persist credentials unnecessarily
86ff4ba is described below
commit 86ff4bae9c0121c7661c353058080158a079f4ed
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:26:20 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 97de858..7f7fac4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,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 8529d27..0dad876 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 68c8d2d..f42cbd3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,6 +25,8 @@ jobs:
java: [ 8, 11, 17 ]
steps:
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with: