Skip to content

🌿 Fern Regeneration -- January 30, 2025 #19

🌿 Fern Regeneration -- January 30, 2025

🌿 Fern Regeneration -- January 30, 2025 #19

Workflow file for this run

name: Semgrep PR Check
on:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
# Scan on-demand through GitHub Actions interface:
workflow_dispatch: {}
jobs:
pr-security-check:
name: PR Security Check
uses: Basis-Theory/public-security-workflows/.github/workflows/pr-check.yml@master
secrets: inherit