glfw/.github/workflows/security-semgrep.yml
2025-10-31 00:59:04 -03:00

16 lines
273 B
YAML

name: Security - Semgrep Scan
permissions:
contents: read
on: [push, pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: serve-robotics/actions/security/semgrep@v3
with:
config: "auto"