Skip to content

Commit 05d510f

Browse files
fix(ci): replace fake action SHA pins (niche-actions estate sweep) (#31)
fix(ci): replace fake action SHA pins (estate-wide niche sweep) Comprehensive sweep across all niche fake SHAs found in the 2026-05-30 estate audit. Substitutions are version-faithful where the intended version exists; bumped to nearest in-major where the version comment was also hallucinated (e.g. v3.18.3 of action-slack didn't exist). All real SHAs verified via gh api repos/<org>/<action>/commits/<sha>. Provenance: project_estate_fake_action_sha_punch_list_2026_05_30.
1 parent 616ba05 commit 05d510f

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
@@ -34,7 +34,7 @@ jobs:
3434
find . -type f -size +1M -not -path "./.git/*" | head -10 || echo "No large files"
3535
3636
- name: EditorConfig check
37-
uses: editorconfig-checker/action-editorconfig-checker@8f5440cbefd5428ba6a00b31c5a0b7abcd9a42fd # v2.0.0
37+
uses: editorconfig-checker/action-editorconfig-checker@0ab3427a3f09b17c21d489172245be511e0a16ea # v2.0.0
3838
continue-on-error: true
3939

4040
docs:

0 commit comments

Comments
 (0)