Skip to content

Commit 98ffdc5

Browse files
committed
fixup! tools: add GHA benchmark runner
1 parent ea16b16 commit 98ffdc5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ jobs:
6060
env:
6161
EXPECTED_SHA: ${{ inputs.commit }}
6262

63-
- uses: cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31.10.3
63+
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
6464
with:
6565
extra_nix_config: sandbox = true
6666

67-
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
67+
- uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
6868
with:
6969
# We do not pass any `authToken` to avoid polluting the cache with potentially untrusted code.
7070
name: nodejs
7171

7272
- name: Configure sccache
73-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
73+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7474
with:
7575
script: |
7676
core.exportVariable('SCCACHE_GHA_VERSION', 'on');
@@ -175,7 +175,7 @@ jobs:
175175
merge-multiple: true
176176
path: raw-results
177177

178-
- uses: cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31.10.3
178+
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
179179
with:
180180
extra_nix_config: sandbox = true
181181

0 commit comments

Comments
 (0)