File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ${{ matrix.os }}
1111 steps :
1212 - name : Checkout repository code
13- uses : actions/checkout@v3
13+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414 - name : List files in the repository
1515 run : |
1616 ls ${{ github.workspace }}
1717 - name : Install nix
18- uses : cachix/install-nix-action@v22
18+ uses : cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
1919 with :
2020 nix_path : nixpkgs=channel:nixos-unstable
2121 - name : enter-shell
3434 runs-on : ubuntu-latest
3535 continue-on-error : true
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3838 # ormolu-0.5.0.1
39- - uses : mrkkrp/ormolu-action@v14
39+ - uses : mrkkrp/ormolu-action@01e83f5d20f21a120aa5646f224d80032768765b # v14
4040 with :
4141 version : 0.5.0.1
4242 extra-args : --no-cabal -o -XGHC2021
You can’t perform that action at this time.
0 commit comments