From 89391992b9ce6dcfbeb87842a0434938fb9d821d Mon Sep 17 00:00:00 2001 From: Rahul Sharma <78731182+rahulvinodsharma@users.noreply.github.com> Date: Tue, 23 Feb 2021 14:15:17 +0530 Subject: [PATCH] checkout@v1 --- .github/workflows/check-secrets.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/check-secrets.yaml b/.github/workflows/check-secrets.yaml index b44910f..001f5de 100644 --- a/.github/workflows/check-secrets.yaml +++ b/.github/workflows/check-secrets.yaml @@ -6,8 +6,6 @@ jobs: gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - fetch-depth: '100000' + - uses: actions/checkout@v1 - name: gitleaks-action uses: zricethezav/gitleaks-action@master