Skip to content

Commit b2b8331

Browse files
authored
Update SC checks (#2804)
* Update reviewdog.yml Fix SC Signed-off-by: enoch85 <mailto@danielhansson.nu> * Update action versions in check-code-with-shellcheck.yml Updated checkout and Shellcheck action versions in workflow. Signed-off-by: enoch85 <mailto@danielhansson.nu> --------- Signed-off-by: enoch85 <mailto@danielhansson.nu>
1 parent c1867a5 commit b2b8331

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/check-code-with-shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: Github Actions
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
- name: Run Shellcheck
15-
uses: ludeeus/action-shellcheck@master
15+
uses: ludeeus/action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca # master
1616
with:
1717
check_together: 'yes'
1818
env:

.github/workflows/reviewdog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
name: Shellcheck testing
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
- name: shellcheck
16-
uses: reviewdog/action-shellcheck@v1
16+
uses: reviewdog/action-shellcheck@4410ae3f82f068bdb0234069a9bf2367923fb39a # v1
1717
with:
1818
github_token: ${{ secrets.github_token }}
1919
reporter: github-pr-review
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: spelling or typos
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2929
- name: misspell
30-
uses: reviewdog/action-misspell@v1
30+
uses: reviewdog/action-misspell@0789410278cba39afd488d97a0e305ba35776bbf # v1
3131
with:
3232
github_token: ${{ secrets.github_token }}
3333
locale: "US"

0 commit comments

Comments
 (0)