Skip to content

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 in the depende… #93

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 in the depende…

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 in the depende… #93

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
- run: semgrep ci --no-suppress-errors
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}