Skip to content

Add CI steps and bump node version #79

Add CI steps and bump node version

Add CI steps and bump node version #79

Workflow file for this run

name: Semgrep
on:
pull_request:
workflow_dispatch:
jobs:
semgrep:
name: Run Semgrep
runs-on: ubuntu-latest
timeout-minutes: 30
container:
# A Docker image with Semgrep installed. Do not change this.
image: returntocorp/semgrep
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN_PUBLIC }}