We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22319f3 commit 2cb1e7dCopy full SHA for 2cb1e7d
1 file changed
.github/workflows/code-ranker.yml
@@ -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