Skip to content

Commit 3f99473

Browse files
Add code-ranker report workflow
1 parent 4c28e7e commit 3f99473

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/code-ranker.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: code-ranker
2+
on:
3+
pull_request:
4+
push:
5+
jobs:
6+
code-ranker:
7+
# Pinned to an immutable commit SHA (supply-chain hardening); the trailing
8+
# `# v1` lets Dependabot bump the pin when a new release moves the v1 tag.
9+
uses: code-ranker-com/actions/.github/workflows/report.yml@6f07a2fc5eaf4265723fc15fbdc62d8fe46f2915 # v1
10+
permissions:
11+
# Only permission needed — reads your code to analyze it.
12+
contents: read

0 commit comments

Comments
 (0)