Skip to content

⬆️ Updates peter-evans/create-or-update-comment digest to cf1a4a2 #516

⬆️ Updates peter-evans/create-or-update-comment digest to cf1a4a2

⬆️ Updates peter-evans/create-or-update-comment digest to cf1a4a2 #516

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 }}