Skip to content

Commit

Permalink
refactor: preventing the need for some dependencies updates approvals (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
mfranzke authored Jun 5, 2023
1 parent 3cbca80 commit 80c69f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: extract_branch

- name: 🐷 TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.39.0
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ steps.extract_branch.outputs.branch-name }}
Expand Down

0 comments on commit 80c69f9

Please sign in to comment.