Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/code-ranker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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