Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
# single-ref checkout.
fetch-depth: 0

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The forks' functional CI is `nix build` of their own flakes, and the
# whole toolchain β€” language runtimes AND the nixpkgs tools β€” is built
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
fetch-depth: 0

- if: matrix.run == 'true'
uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The forks' functional CI is `nix build` of their own flakes, and the
# whole toolchain β€” language runtimes AND the nixpkgs tools β€” is built
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
# so a default shallow checkout suffices β€” no `fetch-depth: 0` needed.
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The forks' functional CI is `nix build` of their own flakes, and the
# whole toolchain β€” language runtimes AND the nixpkgs tools β€” is built
Expand Down Expand Up @@ -579,7 +579,7 @@ jobs:
# microVM runs no git-diff, so a default shallow checkout suffices.
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The forks' functional CI is `nix build` of their own flakes, and the
# whole toolchain β€” language runtimes AND the nixpkgs tools β€” is built
Expand Down Expand Up @@ -804,7 +804,7 @@ jobs:
# The forge-affected git diff needs the base branch history.
fetch-depth: 0

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The forks' functional CI is `nix build` of their own flakes, and the
# whole toolchain β€” language runtimes AND the nixpkgs tools β€” is built
Expand Down Expand Up @@ -1058,7 +1058,7 @@ jobs:
# The gtk3 affected `git -C ..` diff needs the base branch history.
fetch-depth: 0

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The forks' functional CI is `nix build` of their own flakes, and the
# whole toolchain β€” language runtimes AND the nixpkgs tools β€” is built
Expand Down Expand Up @@ -1807,7 +1807,7 @@ jobs:
# cleanly, matching the moon job's checkout.
fetch-depth: 0

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The SAME two-cache trust posture as the moon job β€” the two
# substituters the vendored forks use plus their trusted keys, never
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eng-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# ci.yml's checkout (ci.yml:130-135).
fetch-depth: 0

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# The docsite build runs under moon, whose toolchain (bun/node/moon)
# comes from nix, not `setup-*` actions β€” the same posture ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-agent-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# for the :git-<sha> tag).
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# nix-command + flakes for the RigelBuild forks' flakes. The two caches
# are declared HERE, not delegated via `accept-flake-config` β€” that
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# shallow single-ref checkout.
fetch-depth: 0

- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
- uses: cachix/install-nix-action@13d8dd58da0234aa297dedd986986ccb8e7f3e24 # v31
with:
# Same trust posture as ci.yml β€” name the two caches the devenv build
# legitimately uses in this reviewed file rather than delegating via
Expand Down