mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
upstream ci: Use Shellcheck action from 'master'.
The Shellcheck action used in Gtihub workflows has bee updated, but has not have a new release in 18 months. It is recommended by the action developers to use the 'master' branch for the action. This patch enables the use of the master branch for the Shellcheck action.
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -77,4 +77,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@1.1.0
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
||||
Reference in New Issue
Block a user