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 7bfb8952b Use absolute paths
7bfb8952b is described below
commit 7bfb8952b3404fb8d23bbfab043913063511a50e
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 09:53:09 2026 +0100
Use absolute paths
---
.github/workflows/codeql.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 6e809c2e4..02583dabd 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -89,8 +89,8 @@ jobs:
./configure
make
cd ../native
- sh buildconf --with-apr=../apr-$APR_VERSION
- ./configure--with-apr=../apr-$APR_VERSION
+ sh buildconf --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]