Skip to content

Update actions/checkout digest to 11bd719 #50

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #50

Workflow file for this run

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