Skip to content

Commit ce3810e

Browse files
authored
CI: update and pin cachix action (#453)
1 parent 766d3f4 commit ce3810e

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_kernel.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
runs-on:
2424
group: ${{ matrix.runner }}
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- uses: DeterminateSystems/nix-installer-action@main
2828
with:
2929
extra-conf: |
3030
max-jobs = 8
3131
cores = 12
3232
sandbox-fallback = false
33-
- uses: cachix/cachix-action@v16
33+
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
3434
with:
3535
name: huggingface
3636
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
@@ -45,7 +45,7 @@ jobs:
4545
run: cp -rL result/* .
4646

4747
- name: Upload kernel artifacts
48-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
48+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4949
with:
5050
name: built-kernels-${{ matrix.arch }}
5151
path: |
@@ -65,10 +65,10 @@ jobs:
6565
runs-on:
6666
group: aws-g6-12xlarge-plus
6767
steps:
68-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
68+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969

7070
- name: Download kernel artifacts
71-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
71+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
7272
with:
7373
name: built-kernels-x86_64-linux
7474
path: .

.github/workflows/build_kernel_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: xcodebuild -downloadComponent metalToolchain
2222
- uses: actions/checkout@v6
2323
- uses: cachix/install-nix-action@v31
24-
- uses: cachix/cachix-action@v16
24+
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2525
with:
2626
name: huggingface
2727
#authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

.github/workflows/build_kernel_rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
max-jobs = 4
2424
cores = 12
2525
sandbox-fallback = false
26-
- uses: cachix/cachix-action@v16
26+
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2727
with:
2828
name: huggingface
2929
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

.github/workflows/build_kernel_xpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
max-jobs = 4
2424
cores = 12
2525
sandbox-fallback = false
26-
- uses: cachix/cachix-action@v16
26+
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2727
with:
2828
name: huggingface
2929
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

.github/workflows/test_extra_commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
max-jobs = 4
2323
cores = 12
2424
sandbox-fallback = false
25-
- uses: cachix/cachix-action@v16
25+
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2626
with:
2727
name: huggingface
2828
env:

0 commit comments

Comments
 (0)