File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 - uses : cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31
2222 with :
2323 nix_path : nixpkgs=channel:nixos-unstable
24- # Pull from the cachix cache
25- - uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
26- with :
27- name : cclib
28- authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
24+ # Pull from our cachix cache (currently unused)
25+ # - uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
26+ # with:
27+ # name: cclib
28+ # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2929 # Checkout of the current head in the working dir
3030 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131 with :
Original file line number Diff line number Diff line change 5858 additional_dependencies :
5959 - " github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
6060 - repo : https://github.com/zizmorcore/zizmor-pre-commit
61- rev : " v1.22.0 "
61+ rev : " v1.23.1 "
6262 hooks :
6363 - id : zizmor
6464 args : [--no-progress, --persona=pedantic, --fix]
You can’t perform that action at this time.
0 commit comments