From 649a751383f1dacb6330232c3759056c0c86e9a2 Mon Sep 17 00:00:00 2001 From: Water-Melon Date: Wed, 15 Jan 2025 17:35:20 +0800 Subject: [PATCH] chore(ci): pin 3rd-party actions to specific commit hashes KAG-6149 --- .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 fff4eb8e..269a5364 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v2 - - uses: Jayrgo/luacheck-action@v1 + - uses: Jayrgo/luacheck-action@01594c6841054ef52fe52c0711b1a9159df3b461 # v1 name: luacheck with: # List of files, directories and rockspecs to check.