Skip to content

Update actions/checkout digest to 11bd719 #48

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #48

Workflow file for this run

name: Gitleaks
on: [pull_request]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}