From 4f917bcde64768d16184ba9a0a7768b9e1b1ef00 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 21 Oct 2024 17:37:25 -0400 Subject: [PATCH] fix 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 51918575..d1c07b8c 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@35215f5 + uses: nomic-ai/clazy-action@35215f5ba65d444d9ee90da46758de49c7f43e10 with: checks: "level0,no-container-anti-pattern,no-qstring-arg,no-qstring-ref,no-strict-iterators,no-unused-non-trivial-variable" install-stable: true