Skip to content

fix: upgrade Next.js to 15.5.7 to patch CVE-2025-66478 #37

fix: upgrade Next.js to 15.5.7 to patch CVE-2025-66478

fix: upgrade Next.js to 15.5.7 to patch CVE-2025-66478 #37

Workflow file for this run

name: GitLeaks Security Scan
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
gitleaks:
name: Secret Detection
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run GitLeaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}