Skip to content

Commit 495102e

Browse files
Bump raven-actions/actionlint from 2.1.1 to 2.1.2 (#1033)
Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.1.1 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raven-actions/actionlint/releases">raven-actions/actionlint's releases</a>.</em></p> <blockquote> <h2>v2.1.2</h2> <h2>🔄️ What's Changed</h2> <ul> <li>docs: fix make link to code of conduct absolute <a href="https://github.com/avishj"><code>@​avishj</code></a> (<a href="https://redirect.github.com/raven-actions/actionlint/issues/55">#55</a>)</li> <li>fix: use legacy peer dependencies to resolve installation failures <a href="https://github.com/jessehouwing"><code>@​jessehouwing</code></a> (<a href="https://redirect.github.com/raven-actions/actionlint/issues/57">#57</a>)</li> </ul> <h2>👥 Contributors</h2> <p><a href="https://github.com/avishj"><code>@​avishj</code></a> and <a href="https://github.com/jessehouwing"><code>@​jessehouwing</code></a></p> <p>See details of all code changes: <a href="https://github.com/raven-actions/actionlint/compare/v2.1.1...v2.1.2">https://github.com/raven-actions/actionlint/compare/v2.1.1...v2.1.2</a> since previous release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raven-actions/actionlint/commit/205b530c5d9fa8f44ae9ed59f341a0db994aa6f8"><code>205b530</code></a> docs: fix make link to code of conduct absolute (<a href="https://redirect.github.com/raven-actions/actionlint/issues/55">#55</a>)</li> <li><a href="https://github.com/raven-actions/actionlint/commit/59a077201b1103d536cdbb901e0a56106f08970b"><code>59a0772</code></a> fix: use legacy peer dependencies to resolve installation failures (<a href="https://redirect.github.com/raven-actions/actionlint/issues/57">#57</a>)</li> <li>See full diff in <a href="https://github.com/raven-actions/actionlint/compare/e01d1ea33dd6a5ed517d95b4c0c357560ac6f518...205b530c5d9fa8f44ae9ed59f341a0db994aa6f8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=raven-actions/actionlint&package-manager=github_actions&previous-version=2.1.1&new-version=2.1.2)](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 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>
1 parent dbeebff commit 495102e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Run actionlint
203203
continue-on-error: ${{inputs.soft-linting == 'true'}}
204-
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2
204+
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2
205205
with:
206206
flags: ${{inputs.debug && '-verbose'}}
207207
files: '.github/workflows/*.{yaml,yml}'

0 commit comments

Comments
 (0)