Skip to content

Commit 79a883c

Browse files
ci: repin trufflehog off unresolvable moving-main SHA (#18)
trufflesecurity/trufflehog@7ee2e0fd… (a SHA from upstream's moving `main`, since GC'd) no longer resolves -> the job hard-fails at "Set up job". Repin to released tag v3.92.3 (canonical pin used by reposystem/v3-templater quality.yml). Refs hyperpolymath/standards#82 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 294f492 commit 79a883c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Full history for scanning
2727

2828
- name: TruffleHog Secret Scan
29-
uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3
29+
uses: trufflesecurity/trufflehog@05cccb53bc9e13bc6d17997db5a6bcc3df44bf2f # v3.92.3
3030
with:
3131
extra_args: --only-verified --fail
3232

0 commit comments

Comments
 (0)