12 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 20
20
lib
21
21
maintainers
22
22
23
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
23
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
24
24
with :
25
25
extra_nix_config : sandbox = true
26
26
Original file line number Diff line number Diff line change 44
44
rev=$(jq -r .rev ci/pinned-nixpkgs.json)
45
45
echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV"
46
46
47
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
47
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
48
48
with :
49
49
extra_nix_config : sandbox = true
50
50
nix_path : nixpkgs=${{ env.url }}
Original file line number Diff line number Diff line change 34
34
rev=$(jq -r .rev ci/pinned-nixpkgs.json)
35
35
echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV"
36
36
37
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
37
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
38
38
with :
39
39
extra_nix_config : sandbox = true
40
40
nix_path : nixpkgs=${{ env.url }}
Original file line number Diff line number Diff line change 27
27
with :
28
28
ref : refs/pull/${{ github.event.pull_request.number }}/merge
29
29
30
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
30
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
31
31
32
32
- name : Build shell
33
33
run : nix-build shell.nix
Original file line number Diff line number Diff line change 45
45
needs : get-merge-commit
46
46
if : github.repository_owner == 'NixOS' && needs.get-merge-commit.outputs.mergedSha
47
47
steps :
48
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
48
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
49
49
50
50
- uses : cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
51
51
with :
90
90
runs-on : ubuntu-24.04
91
91
if : github.repository_owner == 'NixOS'
92
92
steps :
93
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
93
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
94
94
95
95
# Important: Because we use pull_request_target, this checks out the base branch of the PR, not the PR head.
96
96
# This is intentional, because we need to request the review of owners as declared in the base branch.
Original file line number Diff line number Diff line change 32
32
with :
33
33
ref : ${{ needs.get-merge-commit.outputs.mergedSha }}
34
34
35
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
35
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
36
36
with :
37
37
# nixpkgs commit is pinned so that it doesn't break
38
38
# editorconfig-checker 2.4.0
Original file line number Diff line number Diff line change 22
22
with :
23
23
ref : ${{ needs.get-merge-commit.outputs.mergedSha }}
24
24
25
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
25
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
26
26
with :
27
27
extra_nix_config : sandbox = true
28
28
Original file line number Diff line number Diff line change 43
43
echo "targetSha=$targetSha" >> "$GITHUB_OUTPUT"
44
44
45
45
- name : Install Nix
46
- uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
46
+ uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
47
47
with :
48
48
extra_nix_config : sandbox = true
49
49
71
71
path : nixpkgs
72
72
73
73
- name : Install Nix
74
- uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
74
+ uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
75
75
with :
76
76
extra_nix_config : sandbox = true
77
77
@@ -108,7 +108,7 @@ jobs:
108
108
path : nixpkgs
109
109
110
110
- name : Install Nix
111
- uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
111
+ uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
112
112
with :
113
113
extra_nix_config : sandbox = true
114
114
@@ -149,7 +149,7 @@ jobs:
149
149
path : nixpkgs
150
150
151
151
- name : Install Nix
152
- uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
152
+ uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
153
153
with :
154
154
extra_nix_config : sandbox = true
155
155
@@ -254,7 +254,7 @@ jobs:
254
254
path : comparison
255
255
256
256
- name : Install Nix
257
- uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
257
+ uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
258
258
259
259
# Important: This workflow job runs with extra permissions,
260
260
# so we need to make sure to not run untrusted code from PRs
Original file line number Diff line number Diff line change 25
25
with :
26
26
ref : refs/pull/${{ github.event.pull_request.number }}/merge
27
27
28
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
28
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
29
29
with :
30
30
extra_nix_config : sandbox = true
31
31
Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : refs/pull/${{ github.event.pull_request.number }}/merge
22
22
23
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
23
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
24
24
with :
25
25
extra_nix_config : sandbox = true
26
26
Original file line number Diff line number Diff line change 32
32
ref : ${{ needs.get-merge-commit.outputs.mergedSha }}
33
33
if : ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }}
34
34
35
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
35
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
36
36
with :
37
37
extra_nix_config : sandbox = true
38
38
nix_path : nixpkgs=channel:nixpkgs-unstable
Original file line number Diff line number Diff line change 43
43
git worktree add "$target" "$(git rev-parse HEAD^1)"
44
44
echo "target=$target" >> "$GITHUB_ENV"
45
45
46
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
46
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
47
47
48
48
- name : Fetching the pinned tool
49
49
# Update the pinned version using ci/nixpkgs-vet/update-pinned-tool.sh
0 commit comments