Skip to content

Commit ab4b614

Browse files
fidgetcodingruvnet
andcommitted
ci: bump action-shellcheck to v2.0.0 to silence set-output deprecation
Prior pin (94e0aab) was tagged v2.0.0 in comment but is actually the v1.1.0 SHA, which uses the deprecated ::set-output GitHub Actions command. Upgrade to the real v2.0.0 SHA (00cae500) which writes to $GITHUB_OUTPUT and adds ignore_names / ignore_paths inputs alongside the legacy ignore. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 033e804 commit ab4b614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Run ShellCheck
18-
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v2.0.0
18+
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
1919
with:
2020
scandir: '.'
2121
severity: warning

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Run ShellCheck at error severity
21-
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v2.0.0
21+
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
2222
with:
2323
scandir: '.'
2424
severity: error

0 commit comments

Comments
 (0)