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
12 changes: 12 additions & 0 deletions .github/workflows/code-ranker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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@6f07a2fc5eaf4265723fc15fbdc62d8fe46f2915 # v1
permissions:
# Only permission needed — reads your code to analyze it.
contents: read
Loading