Skip to content

⬆️ Updates lycheeverse/lychee-action action to v2 [SECURITY] #747

⬆️ Updates lycheeverse/lychee-action action to v2 [SECURITY]

⬆️ Updates lycheeverse/lychee-action action to v2 [SECURITY] #747

Workflow file for this run

name: Semgrep
on:
pull_request: { }
push:
branches:
- main
- master
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}