Skip to content

feat(protocol): add capability and account change notifications #9418

feat(protocol): add capability and account change notifications

feat(protocol): add capability and account change notifications #9418

Workflow file for this run

name: Semgrep Security Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.12"
cache: pip
- name: Install Semgrep
run: pip install semgrep==1.67.0
- name: Run Semgrep
run: semgrep scan --config .semgrep/ --error