File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- name: Code Reviewer
1+ name: Ethereum Code Reviewer
22
33on:
44 pull_request:
99 runs-on: ubuntu-latest
1010 steps:
1111 - uses: actions/checkout@v4
12- - name: Code Reviewer
13- uses: ethereum-code-reviewer@v1
12+ - name: Ethereum Security Reviewer
13+ uses: protocol-security/ ethereum-code-reviewer@v0.1.0
1414 with:
1515 github-token: ${{ secrets.GITHUB_TOKEN }}
16- llm-provider: 'anthropic' # or any other supported LLM
16+ llm-provider: 'anthropic'
1717 anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} # for Anthropic (Claude)
18- # openai-api-key: ${{ secrets.OPENAI_API_KEY }} # for OpenAI (GPT)
19- # Optional: specify model version
20- # claude-model: 'claude-sonnet-4-20250514' # for Anthropic
21- # gpt-model: 'gpt-4.1' # for OpenAI
22- # Optional: provide vulnerability documentation
23- # docs-dir: './docs'
You can’t perform that action at this time.
0 commit comments