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 a365ceb commit 5a69839Copy full SHA for 5a69839
1 file changed
.github/workflows/code-ranker.yml
@@ -4,9 +4,12 @@ on:
4
push:
5
jobs:
6
code-ranker:
7
+ # Pinned to an immutable commit SHA (supply-chain hardening).
8
uses: code-ranker-com/actions/.github/workflows/report.yml@42c2fba1acd7c99a71875c8eefa171224d8e683c
9
permissions:
10
id-token: write
11
contents: read
- pull-requests: write
12
+ # No pull-requests: write here — the code-ranker GitHub App posts (and
13
+ # updates in place) the report comment using its own installation
14
+ # token, not this workflow's GITHUB_TOKEN.
15
security-events: write
0 commit comments