Skip to content

fix(deps): update all non-major dependencies (minor) - autoclosed #1630

fix(deps): update all non-major dependencies (minor) - autoclosed

fix(deps): update all non-major dependencies (minor) - autoclosed #1630

Workflow file for this run

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