Skip to content

Commit f5f96dc

Browse files
build(deps): bump reviewdog/action-actionlint from 1.43.0 to 1.44.0 in the actions group (#267)
Bumps the actions group with 1 update: [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `reviewdog/action-actionlint` from 1.43.0 to 1.44.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reviewdog/action-actionlint/releases">reviewdog/action-actionlint's releases</a>.</em></p> <blockquote> <h2>Release v1.44.0</h2> <p>v1.44.0: PR <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/121">#121</a> - chore(deps): update reviewdog to 0.17.3</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reviewdog/action-actionlint/commit/9d8b58041eed1373f173e91b9a3db5a844197236"><code>9d8b580</code></a> bump v1.44.0</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/f38bb42771debb5611d73c0986f3b30426920130"><code>f38bb42</code></a> Merge branch 'main' into releases/v1</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/0ed1ff9743d567a2e2f74da313fa4eb1bdd66d9d"><code>0ed1ff9</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/121">#121</a> from reviewdog/depup/reviewdog</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/846118a254478de5a3735a0f6c378905a58eee81"><code>846118a</code></a> chore(deps): update reviewdog to 0.17.3</li> <li>See full diff in <a href="https://github.com/reviewdog/action-actionlint/compare/c6ee1eb0a5d47b2af53a203652b5dac0b6c4016e...9d8b58041eed1373f173e91b9a3db5a844197236">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reviewdog/action-actionlint&package-manager=github_actions&previous-version=1.43.0&new-version=1.44.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a26368 commit f5f96dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actionlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
echo "files=${yamls}" >> "$GITHUB_OUTPUT"
3030
3131
- name: Action lint
32-
uses: reviewdog/action-actionlint@c6ee1eb0a5d47b2af53a203652b5dac0b6c4016e # v1.43.0
32+
uses: reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44.0
3333
with:
3434
actionlint_flags: ${{ steps.get_yamls.outputs.files }}

0 commit comments

Comments
 (0)