diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml index 08b052a0e..e3e033a37 100644 --- a/.github/workflows/gitleaks.yaml +++ b/.github/workflows/gitleaks.yaml @@ -6,7 +6,7 @@ jobs: name: gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2