Skip to content

Commit 734a0a8

Browse files
feat(ci): version-lock the spellcheck and shfmt actions (#461)
1 parent 3b90a28 commit 734a0a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Lint with shellcheck
27-
uses: ludeeus/action-shellcheck@master
27+
uses: ludeeus/action-shellcheck@2.0.0
2828
env:
2929
SHELLCHECK_OPTS: -s sh
3030
with:
3131
ignore_names: offloadcoredata usei2p usetor
3232
- name: Lint with shfmt
33-
uses: luizm/action-sh-checker@master
33+
uses: luizm/action-sh-checker@v0.8.0
3434
env:
3535
SHFMT_OPTS: -i 2 -sr
3636
with:
@@ -87,7 +87,7 @@ jobs:
8787
path: spellcheck-output.txt
8888

8989
pause-if-master-commit:
90-
name: Refresh cache on master
90+
name: Pause on master commits
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Sleep for the cache-control max-age duration

0 commit comments

Comments
 (0)