Skip to content

Commit

Permalink
Update nix.yml to pin the Install Nix action
Browse files Browse the repository at this point in the history
This was recommended by Code Analysis, and prevents a supply chain attack. Commit `14344b39ca74ae462b171571696461d555318cc3` is in use.
  • Loading branch information
TheFelidae authored Dec 18, 2024
1 parent c106fba commit 0d97f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@14344b39ca74ae462b171571696461d555318cc3
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
Expand Down

0 comments on commit 0d97f04

Please sign in to comment.