Skip to content

Commit d370e88

Browse files
hyperpolymathclaude
andcommitted
chore: SHA-pin GitHub Actions for supply chain security
Pin all GitHub Actions to specific commit SHAs instead of mutable tags to prevent supply chain attacks. Tags preserved as comments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e7dee42 commit d370e88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
find . -type f -perm /111 -name "*.sh" | head -10 || true
1616
1717
- name: Check for secrets
18-
uses: trufflesecurity/trufflehog@main
18+
uses: trufflesecurity/trufflehog@7ee2e0fdffec27d19ccbb8fb3dcf8a83b9d7f9e8 # main
1919
with:
2020
path: ./
2121
base: ${{ github.event.pull_request.base.sha || github.event.before }}
@@ -32,7 +32,7 @@ jobs:
3232
find . -type f -size +1M -not -path "./.git/*" | head -10 || echo "No large files"
3333
3434
- name: EditorConfig check
35-
uses: editorconfig-checker/action-editorconfig-checker@main
35+
uses: editorconfig-checker/action-editorconfig-checker@4054fa83a075fdf090bd098bdb1c09aaf64a4169 # main
3636
continue-on-error: true
3737

3838
docs:

0 commit comments

Comments
 (0)