Skip to content

Commit e00cf91

Browse files
authored
Merge pull request #268 from cclib/renovate/zizmorcore-zizmor-pre-commit-1.x
chore(deps): update pre-commit hook zizmorcore/zizmor-pre-commit to v1.23.1
2 parents 3557662 + 104edcb commit e00cf91

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/nix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
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]

0 commit comments

Comments
 (0)