Skip to content

Commit e706a13

Browse files
authored
Update action versions in check-code-with-shellcheck.yml
Updated checkout and Shellcheck action versions in workflow. Signed-off-by: enoch85 <mailto@danielhansson.nu>
1 parent fc1328f commit e706a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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:

0 commit comments

Comments
 (0)