mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 06:50:43 -04:00
deps: update and pin github.com/katexochen/sh (#922)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
(cherry picked from commit e9442ac1ce
)
This commit is contained in:
parent
78261a295a
commit
6c349cea53
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-shellcheck.yml
vendored
2
.github/workflows/test-shellcheck.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Install shellfmt
|
||||
shell: bash
|
||||
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
|
||||
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master
|
||||
|
|
2
.github/workflows/test-shellfmt.yml
vendored
2
.github/workflows/test-shellfmt.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Install shellfmt
|
||||
shell: bash
|
||||
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
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue