Improve Guidance on when to use Sync/Async Nexus Operations #1269
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: Opengrep SAST | |
| on: | |
| pull_request: | |
| merge_group: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| # Do NOT use cancel-in-progress — it breaks required workflow checks. | |
| jobs: | |
| scan: | |
| name: opengrep/scan | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| - uses: temporalio/public-actions/sast/opengrep@main | |
| with: | |
| pr-comments: 'true' |