File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 generate-readme :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : cachix/install-nix-action@v19
12+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13+ - uses : cachix/install-nix-action@5c11eae19dba042788936d4f1c9685fdd814ac49 # v19
1414 with :
1515 nix_path : nixpkgs=channel:nixos-unstable
1616 extra_nix_config : |
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 env :
2222 CONFIG : " --enable-tests"
2323 steps :
24- - uses : actions/checkout@v3
25- - uses : haskell-actions/setup@v2.5.1
24+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
25+ - uses : haskell-actions/setup@f7d8a55550ba6c8e4fdba2f1e56e14f595218dd9 # v2.5.1
2626 id : setup-haskell-cabal
2727 with :
2828 ghc-version : ${{ matrix.ghc }}
2929 cabal-update : false
3030 - run : cabal v2-update
3131 - run : cabal v2-freeze $CONFIG
32- - uses : actions/cache@v3
32+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
3333 with :
3434 path : |
3535 ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Original file line number Diff line number Diff line change 2424 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ matrix.ghc }}
2525 cancel-in-progress : true
2626 steps :
27- - uses : actions/checkout@v3
28- - uses : cachix/install-nix-action@v19
27+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
28+ - uses : cachix/install-nix-action@5c11eae19dba042788936d4f1c9685fdd814ac49 # v19
2929 with :
3030 nix_path : nixpkgs=channel:nixos-unstable
3131 extra_nix_config : |
You can’t perform that action at this time.
0 commit comments