Skip to content

build(deps): bump actions/checkout from 4.1.2 to 4.1.4 #224

build(deps): bump actions/checkout from 4.1.2 to 4.1.4

build(deps): bump actions/checkout from 4.1.2 to 4.1.4 #224

Workflow file for this run

---
name: Semgrep Differential Scan
on:
pull_request:
jobs:
semgrep-diff:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
# Step 1: Clone application source code
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
# Step 2: Differential scan
- name: Differential scan
run: |
semgrep ci \
--config="p/trailofbits"