Skip to content

Commit 52c8161

Browse files
hyperpolymathclaude
andcommitted
ci: fix unresolvable setup-beam pins across hypatia-scan.yml (Refs #64)
The previous pins (elixir 1.19.4 / otp 28.3) are not in the setup-beam index, so the Hypatia dogfooding job failed fast on every run, masking real CI signal estate-wide. Loosened to the resolvable elixir 1.18 / otp 27 already used by the root workflow. 21 hypatia-scan.yml copies fixed. Refs #64 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9e661a0 commit 52c8161

21 files changed

Lines changed: 42 additions & 42 deletions

File tree

0-ai-gatekeeper-protocol/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

0-ai-gatekeeper-protocol/mcp-repo-guardian/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

0-ai-gatekeeper-protocol/repo-guardian-fs/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/actions/validate/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/bindings/deno/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/bindings/haskell/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/bindings/rust/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/editors/vscode/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

a2ml/pandoc/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup Elixir for Hypatia scanner
2828
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
2929
with:
30-
elixir-version: '1.19.4'
31-
otp-version: '28.3'
30+
elixir-version: '1.18'
31+
otp-version: '27'
3232

3333
- name: Clone Hypatia
3434
run: |

0 commit comments

Comments
 (0)