From f2632d8c905dc80ad725e845873238cb12a7fee5 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Fri, 11 Nov 2022 10:31:05 -0300 Subject: [PATCH] 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. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca7b60b5..1e618932 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 -- GitLab