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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dc2035  Add persist-ccredentials: false for security
0dc2035 is described below

commit 0dc2035ce98bf88de811acc7988fb2adc2b88faa
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 31 16:27:33 2021 -0800

    Add persist-ccredentials: false for security
---
 .github/workflows/maven.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 26f6f16..27881c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,8 +16,10 @@ jobs:
         runs-on: ubuntu-latest
         
         steps:
-        - name: Checkout
+        - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
           uses: actions/checkout@v2
+          with:
+              persist-ccredentials: false
 
         - name: Cache local Maven repository
           uses: actions/cache@v2
@@ -36,8 +38,8 @@ jobs:
               targets: 'JDK_8;JAVA_HOME'
 
         - name: Install Dependencies
-          run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true 
-Dgpg.skip=true -B -V --toolchains .github/workflows/.toolchains.xml
+          run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true 
-Dgpg.skip=true -B -V -q --toolchains .github/workflows/.toolchains.xml
 
         - name: Test & Report
           if: ${{ success() }}
-          run: mvn verify coveralls:report 
-Dcoveralls-repo-token=${repo_token} -Dmaven.javadoc.skip=true -Dgpg.skip=true 
-B -V --toolchains .github/workflows/.toolchains.xml
+          run: mvn verify coveralls:report 
-Dcoveralls-repo-token=${repo_token} -Dmaven.javadoc.skip=true -Dgpg.skip=true 
-B -V -q --toolchains .github/workflows/.toolchains.xml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to