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


The following commit(s) were added to refs/heads/master by this push:
     new dbb30c7  Syntax
dbb30c7 is described below

commit dbb30c7c80d4ba3f0b8c511b8a7f1fe04a1c83a9
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 1 16:58:31 2022 +0100

    Syntax
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 9005cda..fb0db33 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -66,8 +66,8 @@ jobs:
     #    and modify them (or add more) to build your code if your project
     #    uses a compiled language
 
-    - run: |
-      mvn package
+    - name: Build with Maven
+      run: mvn package
 #      make bootstrap
 #      make release
 

Reply via email to