Brent Whitman

Results 5 comments of Brent Whitman

It sounds like you might be wanting to use the ["opt in" mode](https://github.com/WeTransfer/Mocker/blob/f732d50c87b85927623c858549b3062b5673680f/Sources/Mocker/Mocker.swift#L52), where the Mocker will only handle requests for URL that were registered, and all other requests will...

> @cdillard @bwhtmn , how can we fetch arguments from a function call response? @alelordelo here's an example, assuming that you have started a run with `threadRun(query:)`: ```swift let run...

Sure! Here's a link to my sample repo: https://github.com/bwhtmn/codeql-xcode16 You can see 3 action runs. The first one is using Xcode 15.4 and succeeds. The next two are using Xcode...

I re-ran the CodeQL action for my simple test project. Verified that it's using CodeQL v2.20.0, but the issue is still present. https://github.com/bwhtmn/codeql-xcode16/actions/runs/12259476467

Thanks @coadaflorin ! Looks like the CodeQL GitHub Action hasn't been updated to use `2.20.1` yet, but I was able to get a [successful run](https://github.com/bwhtmn/codeql-xcode16/actions/runs/12714289712/job/35444040381) using Xcode 16.2 by explicitly...