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 b827a09f Tidy comments [skip ci]
b827a09f is described below

commit b827a09f53152763edffaf32b773d2437c68e6cc
Author: Sebb <[email protected]>
AuthorDate: Fri Dec 22 12:18:21 2023 +0000

    Tidy comments [skip ci]
---
 .github/workflows/codeql-analysis.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index bf23e0fa..f45a771d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -84,18 +84,6 @@ jobs:
         # Prefix the list here with "+" to use these queries and those in the 
config file.
         # queries: ./path/to/local/query, your-org/your-repo/queries@main
 
-    # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
-    # If this step fails, then you should remove it and run the build manually 
(see below)
-#    - name: Autobuild
-#      uses: github/codeql-action/autobuild@v1
-
-    # â„šī¸ Command-line programs to run using the OS shell.
-    # 📚 https://git.io/JvXDl
-
-    # âœī¸ If the Autobuild fails above, remove it and uncomment the following 
three lines
-    #    and modify them (or add more) to build your code if your project
-    #    uses a compiled language
-
     - name: Build with Maven
       # -DargLine=--add-opens=java.base/sun.nio.ch=ALL-UNNAMED (not with Java 
8)
       run: mvn -V package  --no-transfer-progress -Drat.skip 
-Danimal.sniffer.skip

Reply via email to