From ed3d68436fa3caddcbdb4b09d2f549b322e224fb Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 21 Oct 2024 17:43:51 -0400 Subject: [PATCH] update sha --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb0618f2..f6c70e04 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,7 @@ jobs: -DLLMODEL_CUDA=OFF \ -DLLMODEL_KOMPUTE=OFF - name: Clazy - uses: nomic-ai/clazy-action@e9b27d411c2c11a646a441290fe19d60d340b1b8 + uses: nomic-ai/clazy-action@2b954eeecd15b00204a1604297b67bd2c9fea120 with: checks: "level0,no-container-anti-pattern,no-qstring-arg,no-qstring-ref,no-strict-iterators,no-unused-non-trivial-variable" install-stable: true