From 62b198aec97015181c3cc9a060e6003cb48d0c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:20:59 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook zizmorcore/zizmor-pre-commit to v1.23.1 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aeeea79..5f1c9b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: additional_dependencies: - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1" - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: "v1.22.0" + rev: "v1.23.1" hooks: - id: zizmor args: [--no-progress, --persona=pedantic, --fix] From 104edcbef622f57b404c8e16104f5f05a5bcc87c Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Thu, 2 Apr 2026 22:40:08 -0400 Subject: [PATCH 2/2] Disable unused cachix action This is for reading from a private binary cache, and with an auth token, writing to the cache. Our cache is currently unused. --- .github/workflows/nix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a201860..e3eff49 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -21,11 +21,11 @@ jobs: - uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31 with: nix_path: nixpkgs=channel:nixos-unstable - # Pull from the cachix cache - - uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17 - with: - name: cclib - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + # Pull from our cachix cache (currently unused) + # - uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17 + # with: + # name: cclib + # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' # Checkout of the current head in the working dir - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: