Skip to content

build(deps-dev): Bump pre-commit from 3.2.2 to 3.3.3 #461

build(deps-dev): Bump pre-commit from 3.2.2 to 3.3.3

build(deps-dev): Bump pre-commit from 3.2.2 to 3.3.3 #461

Workflow file for this run

name: Semgrep
on: [push, pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v1
with:
ref: main
- name: Semgrep
id: semgrep
uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
auditOn: push