Skip to content

[pre-commit.ci] pre-commit autoupdate #527

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #527

Workflow file for this run

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