Skip to content

fix: internal links plugin #14

fix: internal links plugin

fix: internal links plugin #14

Workflow file for this run

on:
pull_request:
push:
branches:
- develop
paths:
- .github/workflows/semgrep.yml
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-20.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci