diff --git a/code-check-actions/luacheck/action.yml b/code-check-actions/luacheck/action.yml index 5409cbfc..09f1df7d 100644 --- a/code-check-actions/luacheck/action.yml +++ b/code-check-actions/luacheck/action.yml @@ -12,6 +12,6 @@ runs: steps: - name: Run Luacheck for static analysis - uses: lunarmodules/luacheck@fcbdeacad00e643e0d78c56b9ba6d8b3c7fa584f + uses: lunarmodules/luacheck@ababb6d403d634eb74d2c541035e9ede966e710d with: args: "${{ inputs.args }}"