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

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


The following commit(s) were added to refs/heads/update_GHA_workflows by this 
push:
     new 5e40d778 removed trailing spaces
5e40d778 is described below

commit 5e40d778a93189453fd4139d160f363261983789
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Dec 18 13:37:49 2024 -0800

    removed trailing spaces
---
 .github/workflows/auto-check_cpp_files.yml   | 16 ++++++++--------
 .github/workflows/manual-codeql-analysis.yml |  3 +--
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/auto-check_cpp_files.yml 
b/.github/workflows/auto-check_cpp_files.yml
index 35d0e3c5..52378457 100644
--- a/.github/workflows/auto-check_cpp_files.yml
+++ b/.github/workflows/auto-check_cpp_files.yml
@@ -12,33 +12,33 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v4
-      
+
          - name: Checkout C++
         uses: actions/checkout@v4
         with:
           repository: apache/datasketches-cpp
           path: cpp
-      
+
          - name: Setup Java
         uses: actions/setup-java@v4
         with:
           java-version: '11'
           distribution: 'temurin'
-      
+
          - name: Configure C++ build
         run: cd cpp/build && cmake .. -DGENERATE=true
-      
+
          - name: Build C++ unit tests
         run: cd cpp && cmake --build build --config Release
-      
+
       - name: Run C++ tests
         run: cd cpp && cmake --build build --config Release --target test
-      
+
          - name: Make dir
         run: mkdir -p serialization_test_data/cpp_generated_files
-      
+
          - name: Copy files
         run: cp cpp/build/*/test/*_cpp.sk 
serialization_test_data/cpp_generated_files
-      
+
          - name: Run Java tests
         run: mvn test -P check-cpp-files
diff --git a/.github/workflows/manual-codeql-analysis.yml 
b/.github/workflows/manual-codeql-analysis.yml
index 1b94d13a..19194b81 100644
--- a/.github/workflows/manual-codeql-analysis.yml
+++ b/.github/workflows/manual-codeql-analysis.yml
@@ -31,11 +31,10 @@ jobs:
         # If you wish to specify custom queries, you can do so here or in a 
config file.
         # By default, queries listed here will override any specified in a 
config file.
         # Prefix the list here with "+" to use these queries and those in the 
config file.
-        
+
         # Details on CodeQL's query packs refer to : 
https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
         queries: +security-and-quality
 
-        
     # Autobuild attempts to build any compiled languages  (C/C++, C#, Go, or 
Java).
     # If this step fails, then you should remove it and run the build manually 
(see below)
     - name: Autobuild


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

Reply via email to