[PR #2477] [MERGED] build(deps): bump github.com/rhysd/actionlint from 1.7.1 to 1.7.3 #2456

Closed
opened 2026-03-01 21:55:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2477
Author: @dependabot[bot]
Created: 9/30/2024
Status: Merged
Merged: 9/30/2024
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/rhysd/actionlint-1.7.3


📝 Commits (1)

  • 079a335 build(deps): bump github.com/rhysd/actionlint from 1.7.1 to 1.7.3

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+6 -6)

📄 Description

Bumps github.com/rhysd/actionlint from 1.7.1 to 1.7.3.

Release notes

Sourced from github.com/rhysd/actionlint's releases.

v1.7.3

  • Remove macos-11 runner labels because macOS 11 runner was dropped on 6/28/2024. (#451, thanks @​muzimuzhi)
  • Support macos-15, macos-15-large, and macos-15-xlarge runner labels. The macOS 15 runner is not globally available yet, but they are available in beta. (#453, thanks @​muzimuzhi)
  • Release artifact includes checksums for the released binaries. The file name is actionlint_{version}_checksums.txt. (#449)
    • For example, the checksums for v1.7.3 can be found here.
  • Fix download-path output is missing in actions/download-artifact@v3 action. (#442)
    • Note that the latest version actions/download-artifact@v4 was not affected by this issue.
  • Support Go 1.23.

v1.7.2

Changelog

Sourced from github.com/rhysd/actionlint's changelog.

v1.7.3 - 29 Sep 2024

  • Remove macos-11 runner labels because macOS 11 runner was dropped on 6/28/2024. (#451, thanks @​muzimuzhi)
  • Support macos-15, macos-15-large, and macos-15-xlarge runner labels. The macOS 15 runner is not globally available yet, but they are available in beta. (#453, thanks @​muzimuzhi)
  • Release artifact includes checksums for the released binaries. The file name is actionlint_{version}_checksums.txt. (#449)
    • For example, the checksums for v1.7.3 can be found here.
  • Fix download-path output is missing in actions/download-artifact@v3 action. (#442)
    • Note that the latest version actions/download-artifact@v4 was not affected by this issue.
  • Support Go 1.23.

[Changes][v1.7.3]

v1.7.2 - 23 Sep 2024

[Changes][v1.7.2]

Commits
  • 4e683ab bump up version to v1.7.3
  • d339f6e add download-path output to actions/download-artifact@v3 for workaround o...
  • 874bf89 update popular actions data set with pulumi/actions@v6
  • aa1a6d2 Merge pull request #453 from muzimuzhi/add-macos-15
  • 7ae0ddf add macos-15 runner label support
  • 8631352 Merge pull request #451 from muzimuzhi/remove-macos-11
  • 8927969 remove macos-11.0 runner label
  • a2d39cd update list of supported runner labels in an error msg in README
  • 0c8ae46 remove macos-11 runner label support which was dropped in Jun 2024
  • 987484b upload checksums of artifacts on release (fix #449)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2477 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/rhysd/actionlint-1.7.3` --- ### 📝 Commits (1) - [`079a335`](https://github.com/nektos/act/commit/079a335acb2b26904a7b8c83a9a451724587240a) build(deps): bump github.com/rhysd/actionlint from 1.7.1 to 1.7.3 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.7.1 to 1.7.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rhysd/actionlint/releases">github.com/rhysd/actionlint's releases</a>.</em></p> <blockquote> <h2>v1.7.3</h2> <ul> <li>Remove <code>macos-11</code> runner labels because <a href="https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/#macos-11-deprecation-and-removal">macOS 11 runner was dropped on 6/28/2024</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/451">#451</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li>Support <code>macos-15</code>, <code>macos-15-large</code>, and <code>macos-15-xlarge</code> runner labels. The macOS 15 runner is not globally available yet, but <a href="https://github.com/actions/runner-images?tab=readme-ov-file#available-images">they are available in beta</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/453">#453</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li>Release artifact includes checksums for the released binaries. The file name is <code>actionlint_{version}_checksums.txt</code>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/449">#449</a>) <ul> <li>For example, the checksums for v1.7.3 can be found <a href="https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_checksums.txt">here</a>.</li> </ul> </li> <li>Fix <code>download-path</code> output is missing in <code>actions/download-artifact@v3</code> action. (<a href="https://redirect.github.com/rhysd/actionlint/issues/442">#442</a>) <ul> <li>Note that the latest version <code>actions/download-artifact@v4</code> was not affected by this issue.</li> </ul> </li> <li>Support Go 1.23.</li> </ul> <h2>v1.7.2</h2> <ul> <li>Fix child processes to run in parallel.</li> <li>Update the popular actions data set to the latest. (<a href="https://redirect.github.com/rhysd/actionlint/issues/442">#442</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/445">#445</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/446">#446</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/447">#447</a>, thanks <a href="https://github.com/maikelvdh"><code>@​maikelvdh</code></a>)</li> <li>Add support for checking branch filters on <a href="https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#merge_group"><code>merge_group</code> event</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/448">#448</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li><a href="https://rhysd.github.io/actionlint/">The playground</a> now supports both light and dark modes and automatically applies the system's theme.</li> <li>Fix releasing a failure on making a new winget package. (<a href="https://redirect.github.com/rhysd/actionlint/issues/438">#438</a>, thanks <a href="https://github.com/vedantmgoyal9"><code>@​vedantmgoyal9</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md">github.com/rhysd/actionlint's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/rhysd/actionlint/releases/tag/v1.7.3">v1.7.3</a> - 29 Sep 2024</h1> <ul> <li>Remove <code>macos-11</code> runner labels because <a href="https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/#macos-11-deprecation-and-removal">macOS 11 runner was dropped on 6/28/2024</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/451">#451</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li>Support <code>macos-15</code>, <code>macos-15-large</code>, and <code>macos-15-xlarge</code> runner labels. The macOS 15 runner is not globally available yet, but <a href="https://github.com/actions/runner-images?tab=readme-ov-file#available-images">they are available in beta</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/453">#453</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li>Release artifact includes checksums for the released binaries. The file name is <code>actionlint_{version}_checksums.txt</code>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/449">#449</a>) <ul> <li>For example, the checksums for v1.7.3 can be found <a href="https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_checksums.txt">here</a>.</li> </ul> </li> <li>Fix <code>download-path</code> output is missing in <code>actions/download-artifact@v3</code> action. (<a href="https://redirect.github.com/rhysd/actionlint/issues/442">#442</a>) <ul> <li>Note that the latest version <code>actions/download-artifact@v4</code> was not affected by this issue.</li> </ul> </li> <li>Support Go 1.23.</li> </ul> <p>[Changes][v1.7.3]</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/rhysd/actionlint/releases/tag/v1.7.2">v1.7.2</a> - 23 Sep 2024</h1> <ul> <li>Fix child processes to run in parallel.</li> <li>Update the popular actions data set to the latest. (<a href="https://redirect.github.com/rhysd/actionlint/issues/442">#442</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/445">#445</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/446">#446</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/447">#447</a>, thanks <a href="https://github.com/maikelvdh"><code>@​maikelvdh</code></a>)</li> <li>Add support for checking branch filters on <a href="https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#merge_group"><code>merge_group</code> event</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/448">#448</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li><a href="https://rhysd.github.io/actionlint/">The playground</a> now supports both light and dark modes and automatically applies the system's theme.</li> <li>Fix releasing a failure on making a new winget package. (<a href="https://redirect.github.com/rhysd/actionlint/issues/438">#438</a>, thanks <a href="https://github.com/vedantmgoyal9"><code>@​vedantmgoyal9</code></a>)</li> </ul> <p>[Changes][v1.7.2]</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rhysd/actionlint/commit/4e683ab8014a63fafa117492a0c6053758e6d593"><code>4e683ab</code></a> bump up version to v1.7.3</li> <li><a href="https://github.com/rhysd/actionlint/commit/d339f6e306163629a9cf2e0250e2e722ee3259ff"><code>d339f6e</code></a> add <code>download-path</code> output to <code>actions/download-artifact@v3</code> for workaround o...</li> <li><a href="https://github.com/rhysd/actionlint/commit/874bf89920e8ff746ead6db4182fad19dde60b39"><code>874bf89</code></a> update popular actions data set with <code>pulumi/actions@v6</code></li> <li><a href="https://github.com/rhysd/actionlint/commit/aa1a6d2e1d2c33257f8257c2ffab0dc3f1982cb0"><code>aa1a6d2</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/453">#453</a> from muzimuzhi/add-macos-15</li> <li><a href="https://github.com/rhysd/actionlint/commit/7ae0ddfe7eea7f639bae552ebe1dbc97efdc5c58"><code>7ae0ddf</code></a> add <code>macos-15</code> runner label support</li> <li><a href="https://github.com/rhysd/actionlint/commit/86313529d86b8ab01d3d276d7d4a257cb250158a"><code>8631352</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/451">#451</a> from muzimuzhi/remove-macos-11</li> <li><a href="https://github.com/rhysd/actionlint/commit/892796900f171883519f79927f223f659383a27b"><code>8927969</code></a> remove <code>macos-11.0</code> runner label</li> <li><a href="https://github.com/rhysd/actionlint/commit/a2d39cd81b7c8b84b5504b7b7beea382a073d21e"><code>a2d39cd</code></a> update list of supported runner labels in an error msg in README</li> <li><a href="https://github.com/rhysd/actionlint/commit/0c8ae46d292d32c430c8a937ffee74cefc347122"><code>0c8ae46</code></a> remove <code>macos-11</code> runner label support which was dropped in Jun 2024</li> <li><a href="https://github.com/rhysd/actionlint/commit/987484bb2048d952d5cde91dc16a19824e09cb95"><code>987484b</code></a> upload checksums of artifacts on release (fix <a href="https://redirect.github.com/rhysd/actionlint/issues/449">#449</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rhysd/actionlint&package-manager=go_modules&previous-version=1.7.1&new-version=1.7.3)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2456
No description provided.