Skip to content

Commit

Permalink
github-actions(deps): bump lunarmodules/luacheck from 1.1.0 to 1.1.1 …
Browse files Browse the repository at this point in the history
…in /code-check-actions/luacheck

Dependabot couldn't find the original pull request head commit, 96f4a70.
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 94e2100 commit 98a7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-check-actions/luacheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:

- name: Run Luacheck for static analysis
uses: lunarmodules/luacheck@fcbdeacad00e643e0d78c56b9ba6d8b3c7fa584f
uses: lunarmodules/luacheck@ababb6d403d634eb74d2c541035e9ede966e710d
continue-on-error: true
with:
args: "${{ inputs.additional_args }} -c --codes --ranges --formatter JUnit -q ${{ inputs.files }} > luacheck_${{github.sha}}.xml"
Expand Down

0 comments on commit 98a7b1b

Please sign in to comment.