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:
Rafael Guterres Jeffman
2022-11-11 10:31:05 -03:00
parent f82b93a801
commit f2632d8c90

View File

@@ -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