Skip to content

Commit 8934cc7

Browse files
Add code-ranker report workflow
1 parent 7e5d532 commit 8934cc7

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@4caae2a061c307b4fa6d517d87a956873957d41c # v1
10+
permissions:
11+
# Only permission needed — reads your code to analyze it.
12+
contents: read

0 commit comments

Comments
 (0)