Add code-ranker report workflow #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); the trailing | |
| # `# v1` lets Dependabot bump the pin when a new release moves the v1 tag. | |
| uses: code-ranker-com/actions/.github/workflows/report.yml@4caae2a061c307b4fa6d517d87a956873957d41c # v1 | |
| permissions: | |
| # Only permission needed — reads your code to analyze it. | |
| contents: read |