File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 with :
100100 extra_nix_config : sandbox = true
101101
102- - uses : cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
102+ - uses : cachix/cachix-action@38b082610b782e7e93e209c35fd730d399dee866 # v17
103103 with :
104104 # We do not pass any `authToken` to avoid polluting the cache with potentially untrusted code.
105105 name : nodejs
Original file line number Diff line number Diff line change 5757 with :
5858 extra_nix_config : sandbox = true
5959
60- - uses : cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
60+ - uses : cachix/cachix-action@38b082610b782e7e93e209c35fd730d399dee866 # v17
6161 with :
6262 name : nodejs
6363 authToken : ${{ secrets.CACHIX_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 5858 with :
5959 extra_nix_config : sandbox = true
6060
61- - uses : cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
61+ - uses : cachix/cachix-action@38b082610b782e7e93e209c35fd730d399dee866 # v17
6262 with :
6363 authToken : ${{ secrets.CACHIX_AUTH_TOKEN }}
6464 name : nodejs
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 [ "$(curl -ISsw "%{http_code}" -o /dev/null "https://nodejs.cachix.org/$(basename ${V8_STORE_PATH%-v8-*}).narinfo")" != "200" ] ||
207207 echo "ALREADY_CACHED=true" >> "$GITHUB_OUTPUT"
208208
209- - uses : cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
209+ - uses : cachix/cachix-action@38b082610b782e7e93e209c35fd730d399dee866 # v17
210210 if : ${{ steps.v8-drv.outputs.ALREADY_CACHED != 'true' }}
211211 with :
212212 name : nodejs
You can’t perform that action at this time.
0 commit comments