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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 6742ad1  Don't persist credentials unnecessarily
6742ad1 is described below

commit 6742ad1da049fdafbe7c42d82062624d7382d610
Author: Sebb <s...@apache.org>
AuthorDate: Sat Oct 8 15:23:52 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 3a19596..b7ce0ea 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,6 +46,8 @@ jobs:
     steps:
     - name: Checkout repository
       uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
+      with:
+        persist-credentials: false
     - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 924ea5b..afefe2a 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,6 +30,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
+      with:
+        persist-credentials: false
     - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 59822d0..8cff1d8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,6 +35,8 @@ jobs:
        
     steps:
     - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
+      with:
+        persist-credentials: false
     - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository

Reply via email to