Unverified Commit 54e315dd authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

build(deps): bump cachix/install-nix-action from 27 to 29 (#345491)

parents a968fa03 7816a35e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ jobs:
    # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
    steps:
    - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
    - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
    - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
    - uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
      with:
        # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ jobs:
          sparse-checkout: |
            lib
            maintainers
      - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
      - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
        with:
          # explicitly enable sandbox
          extra_nix_config: sandbox = true
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ jobs:
          # This should not be a URL, because it would allow PRs to run arbitrary code in CI!
          rev=$(jq -r .rev ci/pinned-nixpkgs.json)
          echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV"
      - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
      - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
        with:
          # explicitly enable sandbox
          extra_nix_config: sandbox = true
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ jobs:
          # This should not be a URL, because it would allow PRs to run arbitrary code in CI!
          rev=$(jq -r .rev ci/pinned-nixpkgs.json)
          echo "url=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz" >> "$GITHUB_ENV"
      - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
      - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
        with:
          # explicitly enable sandbox
          extra_nix_config: sandbox = true
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ jobs:
        with:
          # pull_request_target checks out the base branch by default
          ref: refs/pull/${{ github.event.pull_request.number }}/merge
      - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
      - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
      - name: Build shell
        run: nix-build shell.nix

@@ -26,6 +26,6 @@ jobs:
        with:
          # pull_request_target checks out the base branch by default
          ref: refs/pull/${{ github.event.pull_request.number }}/merge
      - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
      - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
      - name: Build shell
        run: nix-build shell.nix
Loading