Skip to content

build(deps-dev): bump typescript-eslint from 8.62.0 to 8.63.0 #3019

build(deps-dev): bump typescript-eslint from 8.62.0 to 8.63.0

build(deps-dev): bump typescript-eslint from 8.62.0 to 8.63.0 #3019

Workflow file for this run

name: GitLeaks
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}