Skip to content

Commit 80c69f9

Browse files
authored
refactor: preventing the need for some dependencies updates approvals (#335)
* refactor: preventing the need for some dependencies updates approvals As we use this dependency only within our GitHub Action but not within any JavaScript, it's easy not to pin it to a minor or even patch version, but only major. * fix: this approach doesn't work
1 parent 3cbca80 commit 80c69f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00-scan-secrets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: extract_branch
1818

1919
- name: 🐷 TruffleHog OSS
20-
uses: trufflesecurity/trufflehog@v3.39.0
20+
uses: trufflesecurity/trufflehog@main
2121
with:
2222
path: ./
2323
base: ${{ steps.extract_branch.outputs.branch-name }}

0 commit comments

Comments
 (0)