Skip to content

Bump gitleaks/gitleaks-action from 2.3.6 to 2.3.7 #743

Bump gitleaks/gitleaks-action from 2.3.6 to 2.3.7

Bump gitleaks/gitleaks-action from 2.3.6 to 2.3.7 #743

Workflow file for this run

name: 💧
# Do not add path filters
on: [pull_request, push, workflow_dispatch]
jobs:
gitleaks:
timeout-minutes: 15
name: gitleaks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}