Skip to content

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the depende… #180

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the depende…

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the depende… #180

Workflow file for this run

name: Semgrep
on:
push:
branches:
- main
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- run: semgrep ci --no-suppress-errors
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}