Skip to content

build(deps): bump devalue in the npm_and_yarn group across 1 directory #2868

build(deps): bump devalue in the npm_and_yarn group across 1 directory

build(deps): bump devalue in the npm_and_yarn group across 1 directory #2868

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@v6
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}