Skip to content

Commit

Permalink
fix(detect-secrets): pin detect secrets version
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed May 9, 2024
1 parent 13cda0c commit 187f02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 187f02f

Please sign in to comment.