Skip to content

Commit 3b103b9

Browse files
committedMar 19, 2025
Reapply "build(deps): bump cachix/install-nix-action from 30 to 31"
This reverts commit 2818752.
1 parent 07a6ade commit 3b103b9

12 files changed

+17
-17
lines changed
 

‎.github/workflows/check-maintainers-sorted.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
lib
2121
maintainers
2222
23-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
23+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
2424
with:
2525
extra_nix_config: sandbox = true
2626

‎.github/workflows/check-nix-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
rev=$(jq -r .rev ci/pinned-nixpkgs.json)
4545
echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV"
4646
47-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
47+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
4848
with:
4949
extra_nix_config: sandbox = true
5050
nix_path: nixpkgs=${{ env.url }}

‎.github/workflows/check-nixf-tidy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
rev=$(jq -r .rev ci/pinned-nixpkgs.json)
3535
echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV"
3636
37-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
37+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
3838
with:
3939
extra_nix_config: sandbox = true
4040
nix_path: nixpkgs=${{ env.url }}

‎.github/workflows/check-shell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
ref: refs/pull/${{ github.event.pull_request.number }}/merge
2929

30-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
30+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
3131

3232
- name: Build shell
3333
run: nix-build shell.nix

‎.github/workflows/codeowners-v2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: get-merge-commit
4646
if: github.repository_owner == 'NixOS' && needs.get-merge-commit.outputs.mergedSha
4747
steps:
48-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
48+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
4949

5050
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
5151
with:
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-24.04
9191
if: github.repository_owner == 'NixOS'
9292
steps:
93-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
93+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
9494

9595
# Important: Because we use pull_request_target, this checks out the base branch of the PR, not the PR head.
9696
# This is intentional, because we need to request the review of owners as declared in the base branch.

‎.github/workflows/editorconfig-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
ref: ${{ needs.get-merge-commit.outputs.mergedSha }}
3434

35-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
35+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
3636
with:
3737
# nixpkgs commit is pinned so that it doesn't break
3838
# editorconfig-checker 2.4.0

‎.github/workflows/eval-lib-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ref: ${{ needs.get-merge-commit.outputs.mergedSha }}
2424

25-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
25+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
2626
with:
2727
extra_nix_config: sandbox = true
2828

‎.github/workflows/eval.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "targetSha=$targetSha" >> "$GITHUB_OUTPUT"
4444
4545
- name: Install Nix
46-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
46+
uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
4747
with:
4848
extra_nix_config: sandbox = true
4949

@@ -71,7 +71,7 @@ jobs:
7171
path: nixpkgs
7272

7373
- name: Install Nix
74-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
74+
uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
7575
with:
7676
extra_nix_config: sandbox = true
7777

@@ -108,7 +108,7 @@ jobs:
108108
path: nixpkgs
109109

110110
- name: Install Nix
111-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
111+
uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
112112
with:
113113
extra_nix_config: sandbox = true
114114

@@ -149,7 +149,7 @@ jobs:
149149
path: nixpkgs
150150

151151
- name: Install Nix
152-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
152+
uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
153153
with:
154154
extra_nix_config: sandbox = true
155155

@@ -254,7 +254,7 @@ jobs:
254254
path: comparison
255255

256256
- name: Install Nix
257-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
257+
uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
258258

259259
# Important: This workflow job runs with extra permissions,
260260
# so we need to make sure to not run untrusted code from PRs

‎.github/workflows/manual-nixos-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
ref: refs/pull/${{ github.event.pull_request.number }}/merge
2727

28-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
28+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
2929
with:
3030
extra_nix_config: sandbox = true
3131

‎.github/workflows/manual-nixpkgs-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ref: refs/pull/${{ github.event.pull_request.number }}/merge
2222

23-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
23+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
2424
with:
2525
extra_nix_config: sandbox = true
2626

‎.github/workflows/nix-parse-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ needs.get-merge-commit.outputs.mergedSha }}
3333
if: ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }}
3434

35-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
35+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
3636
with:
3737
extra_nix_config: sandbox = true
3838
nix_path: nixpkgs=channel:nixpkgs-unstable

‎.github/workflows/nixpkgs-vet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git worktree add "$target" "$(git rev-parse HEAD^1)"
4444
echo "target=$target" >> "$GITHUB_ENV"
4545
46-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
46+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
4747

4848
- name: Fetching the pinned tool
4949
# Update the pinned version using ci/nixpkgs-vet/update-pinned-tool.sh

0 commit comments

Comments
 (0)
Failed to load comments.