From 9db9d3cf1f8550741048b813a2ae6a2be09ab5a4 Mon Sep 17 00:00:00 2001 From: NathanFlurry Date: Thu, 9 May 2024 01:28:38 +0000 Subject: [PATCH] fix(detect-secrets): pin detect secrets version (#786) ## Changes --- .github/workflows/detect-secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-secrets.yaml b/.github/workflows/detect-secrets.yaml index ec81f2539f..074072fc2a 100644 --- a/.github/workflows/detect-secrets.yaml +++ b/.github/workflows/detect-secrets.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Install detect-secrets - run: pip install detect-secrets[gibberish] + run: pip install detect-secrets[gibberish]==1.4.0 - name: Check for new secrets run: |