From 2f77160f6bcc357f050fb23bd17749ac8a143327 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 9 Dec 2022 13:52:47 +0100 Subject: [PATCH] ci(lint): pin `differential-shellcheck` to `v3` tag --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 95843ba..459e2ef 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Differential ShellCheck - uses: redhat-plumbers-in-action/differential-shellcheck@latest + uses: redhat-plumbers-in-action/differential-shellcheck@v3 with: severity: warning token: ${{ secrets.GITHUB_TOKEN }}