Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0 #100

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

- name: Find yamls
id: get_yamls
run: |

Check failure on line 22 in .github/workflows/actionlint.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2027:warning:2:14: The surrounding quotes actually unquote this. Remove or escape them [shellcheck] Raw Output: .github/workflows/actionlint.yaml:22:9: shellcheck reported issue in this script: SC2027:warning:2:14: The surrounding quotes actually unquote this. Remove or escape them [shellcheck]

Check failure on line 22 in .github/workflows/actionlint.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:14: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/actionlint.yaml:22:9: shellcheck reported issue in this script: SC2086:info:2:14: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 22 in .github/workflows/actionlint.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/actionlint.yaml:22:9: shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck]
yamls=$(find .github/workflows -name "*.y*ml" | grep -v dependabot.)
echo "files="${yamls}"" >> $GITHUB_OUTPUT

- name: Action lint
uses: reviewdog/action-actionlint@d99f1ceaf59e7db022a790dc308ccccb68dda71a # v1.53.0
uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0
with:
actionlint_flags: ${{ steps.get_yamls.outputs.files }}
Loading