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-website.git
The following commit(s) were added to refs/heads/master by this push:
new a37623f9 repair codeql.yml
a37623f9 is described below
commit a37623f933eb379ada12c6ed853fd926868235a9
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Jan 7 17:37:54 2026 -0800
repair codeql.yml
---
.github/workflows/codeql.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index e1edf3a2..ee3168ae 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -53,7 +53,6 @@ jobs:
# 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-extended,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
@@ -65,9 +64,10 @@ jobs:
# If the Autobuild fails above, remove it and uncomment the following
three lines.
# modify them (or add more) to build your code if your project, please
refer to the EXAMPLE below for guidance.
- - run: |
- echo "Build Application using Maven"
- mvn clean compile
+ - name: Build with Maven
+ run: |
+ echo "Build Application using Maven"
+ mvn clean compile
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]