Merge pull request #1465 from jamacku/patch-1

ci(lint): pin `differential-shellcheck` to `v3` tag
This commit is contained in:
Hiroshi SHIBATA 2022-12-10 05:29:43 +09:00 committed by GitHub
commit 593f820a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Differential ShellCheck - name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@latest uses: redhat-plumbers-in-action/differential-shellcheck@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}