From 33b8f08a7883606494d55f59e48c77dd2f865d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Tue, 24 Dec 2024 01:48:43 +0100 Subject: [PATCH] Disable Gitleaks artifact upload because of a bug in Gitleaks The bugfix has been merged but wasn't included in the 8.22.0 release, waiting for the new version, then this can be reverted. --- .github/workflows/gitleaks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 292ebedf2..e53628d7b 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -23,3 +23,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs GITLEAKS_VERSION: latest + GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false # Can re-enable when https://github.com/gitleaks/gitleaks/pull/1673 is released