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/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 760a6b4 disable persisted credentials in gh-action
760a6b4 is described below
commit 760a6b4769f3dbdb20e9771dbaa647bc060170ea
Author: Markus Jung <[email protected]>
AuthorDate: Mon Jan 6 20:13:32 2025 +0100
disable persisted credentials in gh-action
---
.github/workflows/bval-ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/bval-ci.yml b/.github/workflows/bval-ci.yml
index 3aaec42..db4de2b 100644
--- a/.github/workflows/bval-ci.yml
+++ b/.github/workflows/bval-ci.yml
@@ -35,6 +35,9 @@ jobs:
steps:
- uses: actions/checkout@v4
+ with:
+ persist-credentials: false
+
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with: