Skip to content

Commit 258e13d

Browse files
fix(ci): bump erlef/setup-beam SHA for ubuntu24 runner support (#60)
**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 7c208c6 commit 258e13d

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/hypatia-scan.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 better pattern analysis
2727

2828
- name: Setup Elixir for Hypatia scanner
29-
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
29+
uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.18.2
3030
with:
3131
elixir-version: '1.19.4'
3232
otp-version: '28.3'

.github/workflows/rsr-antipattern.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# Enforces: No TypeScript, No Go, No Python (except SaltStack), No npm
66
# Allows: ReScript, Deno, WASM, Rust, OCaml, Haskell, Guile/Scheme
77

8-
permissions:
9-
contents: read
10-
118
name: RSR Anti-Pattern Check
129

1310
on:
@@ -16,11 +13,17 @@ on:
1613
pull_request:
1714
branches: [main, master, develop]
1815

16+
17+
permissions:
18+
contents: read
19+
1920
jobs:
2021
antipattern-check:
2122
runs-on: ubuntu-latest
23+
permissions:
24+
contents: read
2225
steps:
23-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2427

2528
- name: Check for TypeScript
2629
run: |

0 commit comments

Comments
 (0)