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 6fee9f697 Update path
6fee9f697 is described below

commit 6fee9f6970fc85699b875a7a10232ff67c2ae20c
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 09:27:52 2026 +0100

    Update path
---
 .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 1d64ceab7..c1f9417d4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -82,13 +82,13 @@ jobs:
         echo on
         curl -L -o apr.zip 
https://github.com/apache/apr/archive/refs/tags/$APR_VERSION.zip
         unzip apr.zip
-        cd apr/apr-$APR_VERSION
+        cd apr-$APR_VERSION
         ./buildconf
         ./configure
         make
-        cd ../../native
-        sh buildconf --with-apr=../apr/apr-$APR_VERSION
-        ./configure--with-apr=../apr/apr-$APR_VERSION
+        cd ../native
+        sh buildconf --with-apr=../apr-$APR_VERSION
+        ./configure--with-apr=../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