Skip to content

build(deps-dev): bump typescript-eslint from 8.67.0 to 8.68.0 #3169

build(deps-dev): bump typescript-eslint from 8.67.0 to 8.68.0

build(deps-dev): bump typescript-eslint from 8.67.0 to 8.68.0 #3169

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