Skip to content

Commit

Permalink
Bump reviewdog/action-actionlint from 1.55.0 to 1.56.0 (#112)
Browse files Browse the repository at this point in the history
Bumps
[reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint)
from 1.55.0 to 1.56.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.56.0</h2>
<p>v1.56.0: PR <a
href="https://redirect.github.com/reviewdog/action-actionlint/issues/141">#141</a>
- chore(deps): update actionlint to 1.7.2</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/15a7a477ab5ab768a41c39b2c53970bf151c73f3"><code>15a7a47</code></a>
bump v1.56.0</li>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/a46f3c8cbe8f0d70eb6949e095f31d195324f252"><code>a46f3c8</code></a>
Merge branch 'main' into releases/v1</li>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/0d91f4eb2ef50aa44ccf573740f232ed6de16c28"><code>0d91f4e</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-actionlint/issues/141">#141</a>
from reviewdog/depup/actionlint</li>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/fa360de0184641b034fb75a91d0768ccd7f8d9a7"><code>fa360de</code></a>
chore(deps): update actionlint to 1.7.2</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-actionlint/compare/05c9d7bef25a46caf572df3497afa7082fc111df...15a7a477ab5ab768a41c39b2c53970bf151c73f3">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.55.0&new-version=1.56.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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 28282f1 commit 3bc0f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
echo "files="${yamls}"" >> $GITHUB_OUTPUT
- name: Action lint
uses: reviewdog/action-actionlint@05c9d7bef25a46caf572df3497afa7082fc111df # v1.55.0
uses: reviewdog/action-actionlint@15a7a477ab5ab768a41c39b2c53970bf151c73f3 # v1.56.0
with:
actionlint_flags: ${{ steps.get_yamls.outputs.files }}

0 comments on commit 3bc0f0c

Please sign in to comment.