Skip to content

chore: forward-merge 3.1.14 into main #10497

chore: forward-merge 3.1.14 into main

chore: forward-merge 3.1.14 into main #10497

Workflow file for this run

name: Semgrep Security Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: actions/setup-python@v7.0.0
with:
python-version: "3.12"
cache: pip
- name: Install Semgrep
run: pip install semgrep==1.67.0
- name: Run Semgrep
run: semgrep scan --config .semgrep/ --error