Skip to content

Commit 3c9719b

Browse files
ci: repin trufflehog off unresolvable moving-main SHA (#8)
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 e0e9f6b commit 3c9719b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6767

6868
- name: Check for secrets
69-
uses: trufflesecurity/trufflehog@7ee2e0fdffec27d19ccbb8fb3dcf8a83b9d7f9e8 # main
69+
uses: trufflesecurity/trufflehog@05cccb53bc9e13bc6d17997db5a6bcc3df44bf2f # v3.92.3
7070
with:
7171
path: ./
7272
base: ${{ github.event.pull_request.base.sha || github.event.before }}

0 commit comments

Comments
 (0)