Translate terminal sandbox errors to non-retryable ApplicationError #64
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - uses: temporalio/public-actions/sast/opengrep@main | |
| with: | |
| pr-comments: 'true' |