File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 compiler : [4.14.2, 5.2.0]
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020 - name : Install deps
2121 run : |
2222 if [ "$RUNNER_OS" = "macOS" ]; then
2626 fi
2727 shell : bash
2828 - name : Build and test module
29- uses : savonet/build-and-test-ocaml-module@main
29+ uses : savonet/build-and-test-ocaml-module@681b8ba0c5f5e2e98869bb3672338c65c56e1b24 # main
3030 with :
3131 ocaml-compiler : ${{ matrix.compiler }}
3232 test-target : xiph_citest
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v1
13+ uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
1414 - name : Setup OCaml
15- uses : ocaml/setup-ocaml@v3
15+ uses : ocaml/setup-ocaml@e32b06a3e831ff2fbc6f08cf35be2085e3918014 # v3
1616 with :
1717 ocaml-compiler : 4.14.x
1818 - name : Pin locally
You can’t perform that action at this time.
0 commit comments