Skip to content

Update actions/checkout action to v4 #256

Update actions/checkout action to v4

Update actions/checkout action to v4 #256

Workflow file for this run

name: Static code analysis
on: [push, pull_request]
jobs:
semgrep:
name: run-semgrep
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: semgrep scan --error --config auto
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}