File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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
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 : |
You can’t perform that action at this time.
0 commit comments