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-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e9b941  Add verify goal - clean alone is insufficient!
0e9b941 is described below

commit 0e9b94160bb87d6d27edb70d16e964f302b69501
Author: Sebb <s...@apache.org>
AuthorDate: Mon Oct 9 11:27:03 2023 +0100

    Add verify goal - clean alone is insufficient!
    
    Update GH plugins
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0102972..d9775c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,19 +43,19 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v3.1.0
+    - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.0.10
+    - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3.5.1
+      uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --batch-mode --no-transfer-progress clean # cobertura:cobertura 
coveralls:report
+      run: mvn --batch-mode --no-transfer-progress clean verify # 
cobertura:cobertura coveralls:report

Reply via email to