Unverified Commit 1c96528b authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 021c740e 557d69a3
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
    - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
    - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
    - 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@9f70348d77d0422624097c4b7a75563948901306 # v29
      - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
        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@9f70348d77d0422624097c4b7a75563948901306 # v29
      - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
        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@9f70348d77d0422624097c4b7a75563948901306 # v29
      - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
        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@9f70348d77d0422624097c4b7a75563948901306 # v29
      - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
      - 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@9f70348d77d0422624097c4b7a75563948901306 # v29
      - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
      - name: Build shell
        run: nix-build shell.nix
Loading