Skip to content

Bump @types/node from 24.12.0 to 25.5.0 in /docs/web #6

Bump @types/node from 24.12.0 to 25.5.0 in /docs/web

Bump @types/node from 24.12.0 to 25.5.0 in /docs/web #6

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 }}