Skip to content

Commit 537139b

Browse files
Bump reviewdog/action-actionlint from 1.64.1 to 1.65.2 (#73)
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.64.1 to 1.65.2. <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.65.2</h2> <p>v1.65.2: PR <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/159">#159</a> - Pin reviewdog install script version with commit SHA</p> <h2>Release v1.65.1</h2> <p>v1.65.1: PR <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/157">#157</a> - Pin GitHub Actions with commit SHA using pinact</p> <h2>Release v1.65.0</h2> <p>v1.65.0: PR <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/155">#155</a> - feat: add arm support</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reviewdog/action-actionlint/commit/a5524e1c19e62881d79c1f1b9b6f09f16356e281"><code>a5524e1</code></a> bump v1.65.2</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/d0d6468dc5b78189c2efbc686f9d986bf12c5a30"><code>d0d6468</code></a> Merge branch 'main' into releases/v1</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/3986df002cad14ceab61cbd23a9f05b2f172dfde"><code>3986df0</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/159">#159</a> from reviewdog/pin-install-script-ver</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/d930f8521de310ce8f22ae9c0ca9adf25beb7eef"><code>d930f85</code></a> Pin reviewdog install script version with commit SHA</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/e0d05810221e05b96002972e026a262f4d42ce57"><code>e0d0581</code></a> bump v1.65.1</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/3bd25d24ee99d05e32a952ff397c7fad9f45fdaa"><code>3bd25d2</code></a> Merge branch 'main' into releases/v1</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/311b59bb26f06b3e430c2b7d4bab6c32f51dab93"><code>311b59b</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/157">#157</a> from reviewdog/pinact</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/8019a2240c55a46fe62b56aa1fcf6642c185ce9a"><code>8019a22</code></a> Pin GitHub Actions with commit SHA using pinact</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/db58217885f9a6570da9c71be4e40ec33fe44a1f"><code>db58217</code></a> bump v1.65.0</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/ecc5e3488de6c2dec97a276050a99d9820806acf"><code>ecc5e34</code></a> Merge branch 'main' into releases/v1</li> <li>Additional commits viewable in <a href="https://github.com/reviewdog/action-actionlint/compare/abd537417cf4991e1ba8e21a67b1119f4f53b8e0...a5524e1c19e62881d79c1f1b9b6f09f16356e281">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.64.1&new-version=1.65.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76afb1e commit 537139b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1.64.1
32+
uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
3333
with:
3434
actionlint_flags: ${{ steps.get_yamls.outputs.files }}

0 commit comments

Comments
 (0)