From 5c12600625890717e1846af7522437ec88593af2 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 9 Dec 2022 13:38:54 +0100 Subject: [PATCH] ci(lint): pin `differential-shellcheck` to `v3` tag --- .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 340912ed..6ebe4bc2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,6 @@ jobs: fetch-depth: 0 - name: Differential ShellCheck - uses: redhat-plumbers-in-action/differential-shellcheck@latest + uses: redhat-plumbers-in-action/differential-shellcheck@v3 with: token: ${{ secrets.GITHUB_TOKEN }}