Skip to content

feat(creative): add stateful display and coordinated placement formats #10293

feat(creative): add stateful display and coordinated placement formats

feat(creative): add stateful display and coordinated placement formats #10293

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