From 978cd98ff3fc20b38a78477906764ece50a5ede3 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Thu, 12 May 2022 17:24:37 +0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bcf2ca..bac3473 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,13 +11,11 @@ jobs: # Docs: name: Gitleaks runs-on: ubuntu-20.04 steps: - - name: Check out code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - uses: actions/checkout@v3 + with: {fetch-depth: 0} - name: Check for GitLeaks - uses: zricethezav/gitleaks-action@v1.6.0 # Action page: + uses: gacts/gitleaks@v1 # Action page: build-image: name: Build docker image