Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01275aa

Browse filesBrowse files
authored
Merge pull request #19158 from aschackmull/misc/accept-expected-swift
Misc: Add another path prefix to accept-expected-changes-from-ci.py
2 parents 31ccd65 + dad2be0 commit 01275aa
Copy full SHA for 01275aa

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎misc/scripts/accept-expected-changes-from-ci.py

Copy file name to clipboardExpand all lines: misc/scripts/accept-expected-changes-from-ci.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def make_patches_from_log_file(log_file_lines) -> List[Patch]:
136136
known_start_paths = {
137137
# internal CI runs
138138
"/home/runner/work/semmle-code/semmle-code/ql/": CODEQL_REPO_DIR,
139+
"/Users/runner/work/semmle-code/semmle-code/ql/": CODEQL_REPO_DIR,
139140
"/home/runner/work/semmle-code/semmle-code/target/codeql-java-integration-tests/ql/": CODEQL_REPO_DIR,
140141
"/home/runner/work/semmle-code/semmle-code/" : SEMMLE_CODE_DIR,
141142
# github actions on codeql repo

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.