Skip to content

Commit c276169

Browse files
Merge branch 'main' into chore/recognise-agda-and-echo-types
2 parents 62e2a61 + 57ed630 commit c276169

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup Elixir for Hypatia scanner
29-
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
29+
uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
3030
with:
3131
elixir-version: '1.19.4'
3232
otp-version: '28.3'
@@ -36,8 +36,8 @@ jobs:
3636
git clone --depth 1 https://github.com/hyperpolymath/hypatia.git "$HOME/hypatia"
3737
3838
- name: Build Hypatia scanner
39-
working-directory: ${{ env.HOME }}/hypatia
4039
run: |
40+
cd "$HOME/hypatia"
4141
if [ ! -f hypatia-v2 ]; then
4242
cd scanner && mix deps.get && mix escript.build && mv hypatia ../hypatia-v2
4343
fi
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
8484
- name: Upload findings artifacts
85-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
85+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8686
with:
8787
name: standards-self-scan
8888
path: |

0 commit comments

Comments
 (0)