Skip to content

chore(deps): bump the dependencies group with 2 updates (#721) #459

chore(deps): bump the dependencies group with 2 updates (#721)

chore(deps): bump the dependencies group with 2 updates (#721) #459

Workflow file for this run

name: Semgrep
on:
push:
branches:
- main
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}