From dad2be028689e8d733daab438a1d8587e91e9e45 Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Mon, 31 Mar 2025 11:58:56 +0200 Subject: [PATCH] Misc: Add another path prefix to accept-expected-changes-from-ci.py --- misc/scripts/accept-expected-changes-from-ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/scripts/accept-expected-changes-from-ci.py b/misc/scripts/accept-expected-changes-from-ci.py index 9cf500671e6..a11bfe9547f 100755 --- a/misc/scripts/accept-expected-changes-from-ci.py +++ b/misc/scripts/accept-expected-changes-from-ci.py @@ -136,6 +136,7 @@ def make_patches_from_log_file(log_file_lines) -> List[Patch]: known_start_paths = { # internal CI runs "/home/runner/work/semmle-code/semmle-code/ql/": CODEQL_REPO_DIR, + "/Users/runner/work/semmle-code/semmle-code/ql/": CODEQL_REPO_DIR, "/home/runner/work/semmle-code/semmle-code/target/codeql-java-integration-tests/ql/": CODEQL_REPO_DIR, "/home/runner/work/semmle-code/semmle-code/" : SEMMLE_CODE_DIR, # github actions on codeql repo