Skip to content

chore(deps): bump secp256k1 from 5.0.0 to 5.0.1 in /web #1215

chore(deps): bump secp256k1 from 5.0.0 to 5.0.1 in /web

chore(deps): bump secp256k1 from 5.0.0 to 5.0.1 in /web #1215

Workflow file for this run

---
name: semgrep
on:
push:
branches:
- development
paths:
- 'pkg/**'
- 'web/**'
- 'cmd/**'
- 'lib/**'
- 'go.*'
pull_request:
branches:
- development
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}