Skip to content

Commit

Permalink
CI: Pin the luacheck version via static-analysis.env
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jan 7, 2025
1 parent 7725c83 commit 79cd0de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/static-analysis.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
EVO_CPPCHECK_VERSION=2.16.0
EVO_SELENE_VERSION=0.27.1
EVO_LUAROCKS_VERSION=3.11.1
EVO_LUAROCKS_VERSION=3.11.1
EVO_LUACHECK_VERSION=1.2.0
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cd luarocks-$EVO_LUAROCKS_VERSION && ./configure && make && sudo make install

- name: Install LuaCheck
run: sudo luarocks install luacheck
run: sudo luarocks install luacheck@EVO_LUACHECK_VERSION

# We don't want LuaCheck to analyze LuaRocks itself
# Ironically, it fails when doing that, but that's not useful here
Expand Down

0 comments on commit 79cd0de

Please sign in to comment.