Skip to content

Commit

Permalink
fix(trufflehog): checkout forks during pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed Aug 19, 2024
1 parent 5f4fa04 commit 621ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0 # Ensure full clone for pull request workflows

Expand Down

0 comments on commit 621ca2b

Please sign in to comment.