From ee71d76608765f194d23dfc7c1de620cadee7566 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:17:35 +0200 Subject: [PATCH] fix: workflow checkout depth --- .github/workflows/golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index 7cb7e27..1533ab5 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -32,8 +32,6 @@ jobs: steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - with: - fetch-depth: 0 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: @@ -54,8 +52,6 @@ jobs: - name: Checkout Source uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - with: - fetch-depth: 0 - name: Run Gosec Security Scanner # master to fetch latest checks # kics-scan ignore-line @@ -77,8 +73,6 @@ jobs: steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - with: - fetch-depth: 0 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: