mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-12 02:20:34 -04:00
deps: keep install-nix-action at v31.4.0
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
a927b4b951
commit
c250688244
3 changed files with 4 additions and 2 deletions
2
.github/actions/setup_bazel_nix/action.yml
vendored
2
.github/actions/setup_bazel_nix/action.yml
vendored
|
@ -114,7 +114,7 @@ runs:
|
|||
|
||||
- name: Install nix
|
||||
if: steps.check_inputs.outputs.nixPreinstalled == 'false'
|
||||
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # v31
|
||||
uses: cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c # v31.4.0
|
||||
with:
|
||||
install_url: "https://releases.nixos.org/nix/nix-${{ steps.check_inputs.outputs.nixVersion }}/install"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
path: constellation
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # v31
|
||||
uses: cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c # v31.4.0
|
||||
|
||||
- name: Download Firmware release
|
||||
id: download-firmware
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
'operators/constellation-node-operator/config/manager/kustomization.yaml',
|
||||
],
|
||||
ignoreDeps: [
|
||||
// Newer version install different versions of nix, breaking reproducibility
|
||||
'cachix/install-nix-action',
|
||||
'github.com/edgelesssys/constellation/v2',
|
||||
// Only update once they fixed dependency violations on their side.
|
||||
'github.com/google/go-tpm-tools',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue