Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
# Repinned from 34e114876b… (unique to this workflow, job fast-failed
# ~12s at this first step) to the SHA used by every other passing
# workflow in the repo. The setup-beam pins were a red herring.
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
with:
fetch-depth: 0

Expand All @@ -34,6 +37,7 @@ jobs:
# the dogfooding job red estate-wide regardless of PR content.
# Major/minor (loose) so patch availability cannot re-break it.
# Bump deliberately to whatever Hypatia's scanner actually requires.
# (no-op touch to trigger a verification run of these pins)
elixir-version: '1.18'
otp-version: '27'

Expand Down
Loading