Skip to content

Commit 9d3255a

Browse files
committed
fix(ci): rsr-antipattern duplicate heredoc + setup-beam ubuntu24
**rsr-antipattern.yml**: deletes the orphan duplicate Python script (lines 274-428) that escapes the heredoc and exits 127. Mirrors hyperpolymath/rsr-template-repo#39. **hypatia-scan.yml**: bumps `erlef/setup-beam` SHA from `2f0cc07b…` to `fc68ffb9…` so `ImageOS=ubuntu24` resolves to `ubuntu-24.04` (matches the pin in hyperpolymath/hypatia upstream). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent b2ad142 commit 9d3255a

2 files changed

Lines changed: 328 additions & 211 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0 # Full history for better pattern analysis
3030

3131
- name: Setup Elixir for Hypatia scanner
32-
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
32+
uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.18.2
3333
with:
3434
elixir-version: '1.19.4'
3535
otp-version: '28.3'

0 commit comments

Comments
 (0)