Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Bump reviewdog/action-actionlint from 1.38.0 to 1.39.0 (#27)
Browse files Browse the repository at this point in the history
Bumps
[reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint)
from 1.38.0 to 1.39.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.39.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update actionlint to 1.6.26 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/reviewdog/action-actionlint/pull/108">reviewdog/action-actionlint#108</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-actionlint/compare/v1.38.0...v1.39.0">https://github.com/reviewdog/action-actionlint/compare/v1.38.0...v1.39.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/17ea0452ae2cd009a22ca629732a9ce7f49a55e6"><code>17ea045</code></a>
bump v1.39.0</li>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/7760ec877da23f26a86b489bb7eb1cdf51297921"><code>7760ec8</code></a>
Merge branch 'main' into releases/v1</li>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/bad44f088d0aa460ba1da5a89dd0d01bd691dd55"><code>bad44f0</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-actionlint/issues/108">#108</a>
from reviewdog/depup/actionlint</li>
<li><a
href="https://github.com/reviewdog/action-actionlint/commit/4aeeedaaeea30069dd103771b7628f03ccacfda3"><code>4aeeeda</code></a>
chore(deps): update actionlint to 1.6.26</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-actionlint/compare/67ec075cacebd361442f6e3ef7671f74c6548909...17ea0452ae2cd009a22ca629732a9ce7f49a55e6">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.38.0&new-version=1.39.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 25, 2023
1 parent 17cd04b commit 6e59cd8
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@67ec075cacebd361442f6e3ef7671f74c6548909 # v1.38.0
uses: reviewdog/action-actionlint@17ea0452ae2cd009a22ca629732a9ce7f49a55e6 # v1.39.0
with:
actionlint_flags: ${{ steps.get_yamls.outputs.files }}

0 comments on commit 6e59cd8

Please sign in to comment.