Skip to content

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

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

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

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}