Skip to content

build(deps): bump gitleaks/gitleaks-action from 2.3.9 to 3.0.0 #317

build(deps): bump gitleaks/gitleaks-action from 2.3.9 to 3.0.0

build(deps): bump gitleaks/gitleaks-action from 2.3.9 to 3.0.0 #317

Workflow file for this run

name: gitleaks
on: [pull_request, push, workflow_dispatch]
permissions:
contents: read
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}