build(deps): bump cachix/install-nix-action from 31.2.0 to 31.3.0 (#404347)

authored by philiptaron.tngl.sh and committed by

GitHub e7072d13 3fd3d5bc

+18 -18
+1 -1
.github/workflows/check-maintainers-sorted.yml
··· 20 lib 21 maintainers 22 23 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 24 with: 25 extra_nix_config: sandbox = true 26
··· 20 lib 21 maintainers 22 23 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 24 with: 25 extra_nix_config: sandbox = true 26
+1 -1
.github/workflows/check-nix-format.yml
··· 23 with: 24 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 25 26 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 27 with: 28 extra_nix_config: sandbox = true 29
··· 23 with: 24 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 25 26 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 27 with: 28 extra_nix_config: sandbox = true 29
+1 -1
.github/workflows/check-nixf-tidy.yml
··· 34 rev=$(jq -r .rev ci/pinned-nixpkgs.json) 35 echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV" 36 37 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 38 with: 39 extra_nix_config: sandbox = true 40 nix_path: nixpkgs=${{ env.url }}
··· 34 rev=$(jq -r .rev ci/pinned-nixpkgs.json) 35 echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV" 36 37 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 38 with: 39 extra_nix_config: sandbox = true 40 nix_path: nixpkgs=${{ env.url }}
+1 -1
.github/workflows/check-shell.yml
··· 27 with: 28 ref: refs/pull/${{ github.event.pull_request.number }}/merge 29 30 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 31 32 - name: Build shell 33 run: nix-build shell.nix
··· 27 with: 28 ref: refs/pull/${{ github.event.pull_request.number }}/merge 29 30 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 31 32 - name: Build shell 33 run: nix-build shell.nix
+2 -2
.github/workflows/codeowners-v2.yml
··· 45 needs: get-merge-commit 46 if: github.repository_owner == 'NixOS' && needs.get-merge-commit.outputs.mergedSha 47 steps: 48 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 49 50 - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16 51 with: ··· 92 runs-on: ubuntu-24.04 93 if: github.repository_owner == 'NixOS' 94 steps: 95 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 96 97 # Important: Because we use pull_request_target, this checks out the base branch of the PR, not the PR head. 98 # This is intentional, because we need to request the review of owners as declared in the base branch.
··· 45 needs: get-merge-commit 46 if: github.repository_owner == 'NixOS' && needs.get-merge-commit.outputs.mergedSha 47 steps: 48 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 49 50 - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16 51 with: ··· 92 runs-on: ubuntu-24.04 93 if: github.repository_owner == 'NixOS' 94 steps: 95 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 96 97 # Important: Because we use pull_request_target, this checks out the base branch of the PR, not the PR head. 98 # This is intentional, because we need to request the review of owners as declared in the base branch.
+1 -1
.github/workflows/editorconfig-v2.yml
··· 32 with: 33 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 34 35 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 36 with: 37 # nixpkgs commit is pinned so that it doesn't break 38 # editorconfig-checker 2.4.0
··· 32 with: 33 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 34 35 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 36 with: 37 # nixpkgs commit is pinned so that it doesn't break 38 # editorconfig-checker 2.4.0
+1 -1
.github/workflows/eval-lib-tests.yml
··· 22 with: 23 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 24 25 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 26 with: 27 extra_nix_config: sandbox = true 28
··· 22 with: 23 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 24 25 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 26 with: 27 extra_nix_config: sandbox = true 28
+5 -5
.github/workflows/eval.yml
··· 43 echo "targetSha=$targetSha" >> "$GITHUB_OUTPUT" 44 45 - name: Install Nix 46 - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 47 with: 48 extra_nix_config: sandbox = true 49 ··· 71 path: nixpkgs 72 73 - name: Install Nix 74 - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 75 with: 76 extra_nix_config: sandbox = true 77 ··· 111 path: nixpkgs 112 113 - name: Install Nix 114 - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 115 with: 116 extra_nix_config: sandbox = true 117 ··· 152 path: nixpkgs 153 154 - name: Install Nix 155 - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 156 with: 157 extra_nix_config: sandbox = true 158 ··· 260 path: comparison 261 262 - name: Install Nix 263 - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 264 265 # Important: This workflow job runs with extra permissions, 266 # so we need to make sure to not run untrusted code from PRs
··· 43 echo "targetSha=$targetSha" >> "$GITHUB_OUTPUT" 44 45 - name: Install Nix 46 + uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 47 with: 48 extra_nix_config: sandbox = true 49 ··· 71 path: nixpkgs 72 73 - name: Install Nix 74 + uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 75 with: 76 extra_nix_config: sandbox = true 77 ··· 111 path: nixpkgs 112 113 - name: Install Nix 114 + uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 115 with: 116 extra_nix_config: sandbox = true 117 ··· 152 path: nixpkgs 153 154 - name: Install Nix 155 + uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 156 with: 157 extra_nix_config: sandbox = true 158 ··· 260 path: comparison 261 262 - name: Install Nix 263 + uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 264 265 # Important: This workflow job runs with extra permissions, 266 # so we need to make sure to not run untrusted code from PRs
+1 -1
.github/workflows/keep-sorted.yml
··· 27 rev=$(jq -r .rev ci/pinned-nixpkgs.json) 28 echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV" 29 30 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 31 with: 32 extra_nix_config: sandbox = true 33 nix_path: nixpkgs=${{ env.url }}
··· 27 rev=$(jq -r .rev ci/pinned-nixpkgs.json) 28 echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV" 29 30 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 31 with: 32 extra_nix_config: sandbox = true 33 nix_path: nixpkgs=${{ env.url }}
+1 -1
.github/workflows/manual-nixos-v2.yml
··· 33 with: 34 ref: refs/pull/${{ github.event.pull_request.number }}/merge 35 36 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 37 with: 38 extra_nix_config: sandbox = true 39
··· 33 with: 34 ref: refs/pull/${{ github.event.pull_request.number }}/merge 35 36 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 37 with: 38 extra_nix_config: sandbox = true 39
+1 -1
.github/workflows/manual-nixpkgs-v2.yml
··· 20 with: 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge 22 23 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 24 with: 25 extra_nix_config: sandbox = true 26
··· 20 with: 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge 22 23 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 24 with: 25 extra_nix_config: sandbox = true 26
+1 -1
.github/workflows/nix-parse-v2.yml
··· 32 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 33 if: ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }} 34 35 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 36 with: 37 extra_nix_config: sandbox = true 38 nix_path: nixpkgs=channel:nixpkgs-unstable
··· 32 ref: ${{ needs.get-merge-commit.outputs.mergedSha }} 33 if: ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }} 34 35 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 36 with: 37 extra_nix_config: sandbox = true 38 nix_path: nixpkgs=channel:nixpkgs-unstable
+1 -1
.github/workflows/nixpkgs-vet.yml
··· 43 git worktree add "$target" "$(git rev-parse HEAD^1)" 44 echo "target=$target" >> "$GITHUB_ENV" 45 46 - - uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31 47 48 - name: Fetching the pinned tool 49 # Update the pinned version using ci/nixpkgs-vet/update-pinned-tool.sh
··· 43 git worktree add "$target" "$(git rev-parse HEAD^1)" 44 echo "target=$target" >> "$GITHUB_ENV" 45 46 + - uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31 47 48 - name: Fetching the pinned tool 49 # Update the pinned version using ci/nixpkgs-vet/update-pinned-tool.sh