fix(macos): prevent use-after-free in stop_task on macOS 11 during WKWebView dealloc #6186
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: covector status | |
| on: [pull_request] | |
| jobs: | |
| covector: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: covector status | |
| uses: jbolda/covector/packages/action@covector-v0 | |
| with: | |
| command: "status" | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| comment: true |