This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a466e08 disable persisted credentials in gh-action
3a466e08 is described below

commit 3a466e08ed53439dff7ed9161383e6df91695d86
Author: Markus Jung <[email protected]>
AuthorDate: Mon Jan 6 20:12:32 2025 +0100

    disable persisted credentials in gh-action
---
 .github/workflows/maven.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3dc3fe18..26ebc81d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -14,6 +14,9 @@ jobs:
 
     steps:
       - uses: actions/checkout@v4
+        with:
+          persist-credentials: false
+
       - name: Set up JDK ${{ matrix.jdk }}
         uses: actions/setup-java@v4
         with:

Reply via email to