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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new e2482ceb Don't persist credentials unnecessarily
e2482ceb is described below
commit e2482ceb38766ac392630678f34b08c39510dc9a
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:21:31 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 b476c7d8..6cc86f3f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,6 +46,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 2f3ccac6..31c065b1 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 0f98d91c..ff014a76 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,6 +41,8 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with: