Skip to content

Commit 6a8c3bf

Browse files
chore(deps): bump reviewdog/action-actionlint from 1.70.0 to 1.71.0 in the actions-minor-patch group (#210)
Bumps the actions-minor-patch group with 1 update: [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `reviewdog/action-actionlint` from 1.70.0 to 1.71.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.71.0</h2> <p>v1.71.0: PR <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/193">#193</a> - chore(deps): update actionlint to 1.7.11</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reviewdog/action-actionlint/commit/0d952c597ef8459f634d7145b0b044a9699e5e43"><code>0d952c5</code></a> bump v1.71.0</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/e9dfe1dad40a889ff5b9dff18e6300b56f31ca35"><code>e9dfe1d</code></a> Merge branch 'main' into releases/v1</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/2a3d15f30203210ae8cc1d5436cdcdf6992dec5b"><code>2a3d15f</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/193">#193</a> from reviewdog/depup/actionlint</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/e5de7314d8335e4c370670642d6aaed55f9e3291"><code>e5de731</code></a> chore(deps): update actionlint to 1.7.11</li> <li>See full diff in <a href="https://github.com/reviewdog/action-actionlint/compare/e58ee9d111489c31395fbe4857b0be6e7635dbda...0d952c597ef8459f634d7145b0b044a9699e5e43">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.70.0&new-version=1.71.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Nims <sjnims@gmail.com>
1 parent 30e27e5 commit 6a8c3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Run actionlint with reviewdog
33-
uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda # v1.70.0
33+
uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
3434
with:
3535
reporter: github-pr-review
3636
fail_level: error

0 commit comments

Comments
 (0)