Skip to content

chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in t… #302

chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in t…

chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in t… #302

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