Skip to content

Bump react from 19.0.0 to 19.2.4 in /docs/web #5

Bump react from 19.0.0 to 19.2.4 in /docs/web

Bump react from 19.0.0 to 19.2.4 in /docs/web #5

Workflow file for this run

name: secret-scan
on:
pull_request:
push:
branches:
- main
- "codex/**"
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}