@@ -13,16 +13,16 @@ jobs:
13
13
check :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
17
- - uses : DeterminateSystems/nix-installer-action@v13
16
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
+ - uses : DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14
18
18
with :
19
19
nix-package-url : https://releases.nixos.org/nix/nix-2.18.2/nix-2.18.2-x86_64-linux.tar.xz
20
20
extra-conf : |
21
21
http-connections = 50
22
22
max-jobs = auto
23
23
diagnostic-endpoint : ' '
24
24
25
- - uses : cachix/cachix-action@v15
25
+ - uses : cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
26
26
with :
27
27
useDaemon : true
28
28
name : terlar
@@ -35,16 +35,16 @@ jobs:
35
35
test :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v4
39
- - uses : DeterminateSystems/nix-installer-action@v13
38
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39
+ - uses : DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14
40
40
with :
41
41
nix-package-url : https://releases.nixos.org/nix/nix-2.18.2/nix-2.18.2-x86_64-linux.tar.xz
42
42
extra-conf : |
43
43
http-connections = 50
44
44
max-jobs = auto
45
45
diagnostic-endpoint : ' '
46
46
47
- - uses : cachix/cachix-action@v15
47
+ - uses : cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
48
48
with :
49
49
useDaemon : true
50
50
name : terlar
@@ -60,16 +60,16 @@ jobs:
60
60
os : [ubuntu-latest]
61
61
runs-on : ${{ matrix.os }}
62
62
steps :
63
- - uses : actions/checkout@v4
64
- - uses : DeterminateSystems/nix-installer-action@v13
63
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
64
+ - uses : DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14
65
65
with :
66
66
nix-package-url : https://releases.nixos.org/nix/nix-2.18.2/nix-2.18.2-x86_64-linux.tar.xz
67
67
extra-conf : |
68
68
http-connections = 50
69
69
max-jobs = auto
70
70
diagnostic-endpoint : ' '
71
71
72
- - uses : cachix/cachix-action@v15
72
+ - uses : cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
73
73
with :
74
74
useDaemon : true
75
75
name : terlar
0 commit comments