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

markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a5fbc937 Fix syntax error in CodeQL workflow configuration
9a5fbc937 is described below

commit 9a5fbc937732b9f53027a925a92da68502db04af
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 22 22:59:05 2026 +0100

    Fix syntax error in CodeQL workflow configuration
---
 .github/workflows/codeql.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 02583dabd..b46571a57 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -90,7 +90,7 @@ jobs:
         make
         cd ../native
         sh buildconf --with-apr=$GITHUB_WORKSPACE/apr-$APR_VERSION
-        ./configure--with-apr=$GITHUB_WORKSPACE/apr-$APR_VERSION
+        ./configure --with-apr=$GITHUB_WORKSPACE/apr-$APR_VERSION
         make
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v4


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

Reply via email to