From b7d2c85538e8b18f674ec950245d045910cb490d Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 21 Oct 2024 17:40:22 -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 d1c07b8c..fb0618f2 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@35215f5ba65d444d9ee90da46758de49c7f43e10 + uses: nomic-ai/clazy-action@e9b27d411c2c11a646a441290fe19d60d340b1b8 with: checks: "level0,no-container-anti-pattern,no-qstring-arg,no-qstring-ref,no-strict-iterators,no-unused-non-trivial-variable" install-stable: true