Smoke: re-run on code-ranker 5.0.4 (no-language no-op) #11
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: code-ranker | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| code-ranker: | |
| # Pinned to an immutable commit SHA (supply-chain hardening). | |
| uses: code-ranker-com/actions/.github/workflows/report.yml@42c2fba1acd7c99a71875c8eefa171224d8e683c | |
| permissions: | |
| id-token: write | |
| contents: read | |
| # No pull-requests: write here — the code-ranker GitHub App posts (and | |
| # updates in place) the report comment using its own installation | |
| # token, not this workflow's GITHUB_TOKEN. | |
| security-events: write |