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-rdf.git
The following commit(s) were added to refs/heads/master by this push:
new d7c6d4fa Don't persist credentials unnecessarily
d7c6d4fa is described below
commit d7c6d4faf3cec730aba724c2f198831e96a48712
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:26:48 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 0240bffe..d9e36e3d 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 fe1b8b76..795fda61 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