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-bsf.git
The following commit(s) were added to refs/heads/master by this push:
new 459db43 Don't persist credentials unnecessarily
459db43 is described below
commit 459db43022704961c4dcd2fae5b4bd60a4e1918f
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:12:58 2022 +0100
Don't persist credentials unnecessarily
---
.github/workflows/codeql-analysis.yml | 2 ++
.github/workflows/maven.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index e103fa4..962b7a9 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/maven.yml b/.github/workflows/maven.yml
index 5d2cf8a..072866f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,6 +35,8 @@ jobs:
steps:
- uses: actions/[email protected]
+ with:
+ persist-credentials: false
- uses: actions/[email protected]
with:
path: ~/.m2/repository