deps: update and pin github.com/katexochen/sh (#922)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-11 10:17:31 +01:00 committed by GitHub
parent ef086bf02d
commit e9442ac1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Install shellfmt - name: Install shellfmt
shell: bash shell: bash
run: | run: |
go install github.com/katexochen/sh/v3/cmd/shfmt@latest go install github.com/katexochen/sh/v3/cmd/shfmt@faf7f58964998201d22efe41fef41ae4e1953f3b # v3.6.0
- name: Run ShellCheck - name: Run ShellCheck
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master

View File

@ -31,7 +31,7 @@ jobs:
- name: Install shellfmt - name: Install shellfmt
shell: bash shell: bash
run: | run: |
go install github.com/katexochen/sh/v3/cmd/shfmt@latest go install github.com/katexochen/sh/v3/cmd/shfmt@faf7f58964998201d22efe41fef41ae4e1953f3b # v3.6.0
- name: Run shellfmt - name: Run shellfmt
shell: bash shell: bash