[PR #1721] [MERGED] build(deps): bump github.com/rhysd/actionlint from 1.6.23 to 1.6.24 #2092

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1721
Author: @dependabot[bot]
Created: 4/10/2023
Status: Merged
Merged: 4/10/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • c6bbf78 build(deps): bump github.com/rhysd/actionlint from 1.6.23 to 1.6.24
  • 772d5c8 Merge branch 'master' into dependabot/go_modules/github.com/rhysd/actionlint-1.6.24

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/rhysd/actionlint from 1.6.23 to 1.6.24.

Release notes

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

v1.6.24

Changelog

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

v1.6.24 - 04 Apr 2023

[Changes][v1.6.24]

Commits
  • fd7ba3c bump up version to v1.6.24
  • 5772371 use Go 1.19 and 1.20 on CI
  • cde2a1a update modules including golang.org/x/sys v0.6.0
  • 5562294 fix tests for script to extract webhook names
  • 468fbb4 fix script to generate context availability
  • a335d40 fix script to extract webhook events from document
  • 1c7d27a update popular actions data set
  • ebcd8e4 update new major versions of popular actions
  • d6c72a4 Merge pull request #273 from diohabara/add-nix-installation
  • 048c97d Merge pull request #274 from rhysd/ci/4149144069
  • 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 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/1721 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/10/2023 **Status:** ✅ Merged **Merged:** 4/10/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/rhysd/actionlint-1.6.24` --- ### 📝 Commits (2) - [`c6bbf78`](https://github.com/nektos/act/commit/c6bbf78bae7eeb1e5eefcd26353921968046274a) build(deps): bump github.com/rhysd/actionlint from 1.6.23 to 1.6.24 - [`772d5c8`](https://github.com/nektos/act/commit/772d5c8244495056edfe184b664603a511e3fed7) Merge branch 'master' into dependabot/go_modules/github.com/rhysd/actionlint-1.6.24 ### 📊 Changes **2 files changed** (+9 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -11) </details> ### 📄 Description Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.6.23 to 1.6.24. <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.6.24</h2> <ul> <li>Add support for <a href="https://docs.github.com/en/actions/learn-github-actions/variables">configuration variables</a>. However actionlint doesn't know what variables are defined in the repository on GitHub. To notify them, <a href="https://github.com/rhysd/actionlint/blob/main/docs/config.md">you need to configure your variables in your repository</a>. <pre lang="yaml"><code>config-variables: - DEFAULT_RUNNER - DEFAULT_TIMEOUT </code></pre> </li> <li>Fix type error when <code>inputs</code> context is shared by multiple events. (<a href="https://redirect.github.com/rhysd/actionlint/issues/263">#263</a>)</li> <li>Add document for <a href="https://github.com/rhysd/actionlint/blob/main/docs/install.md#winget">how to install actionlint with winget</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/267">#267</a>, thanks <a href="https://github.com/sitiom"><code>@​sitiom</code></a>)</li> <li>Add document for <a href="https://github.com/rhysd/actionlint/blob/main/docs/usage.md#trunk">how to integrate actionlint to trunk.io</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/269">#269</a>, thanks <a href="https://github.com/dapirian"><code>@​dapirian</code></a>)</li> <li>Add document for <a href="https://github.com/rhysd/actionlint/blob/main/docs/install.md#nix">how to install actionlint with Nix package manager</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/273">#273</a>, thanks <a href="https://github.com/diohabara"><code>@​diohabara</code></a>)</li> <li>Update popular actions data set to the latest</li> <li>Add support for Go 1.20 and build release binaries with Go 1.20</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.6.24">v1.6.24</a> - 04 Apr 2023</h1> <ul> <li>Add support for <a href="https://docs.github.com/en/actions/learn-github-actions/variables">configuration variables</a>. However actionlint doesn't know what variables are defined in the repository on GitHub. To notify them, <a href="https://github.com/rhysd/actionlint/blob/main/docs/config.md">you need to configure your variables in your repository</a>. <pre lang="yaml"><code>config-variables: - DEFAULT_RUNNER - DEFAULT_TIMEOUT </code></pre> </li> <li>Fix type error when <code>inputs</code> context is shared by multiple events. (<a href="https://redirect.github.com/rhysd/actionlint/issues/263">#263</a>)</li> <li>Add document for <a href="https://github.com/rhysd/actionlint/blob/main/docs/install.md#winget">how to install actionlint with winget</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/267">#267</a>, thanks <a href="https://github.com/sitiom"><code>@​sitiom</code></a>)</li> <li>Add document for <a href="https://github.com/rhysd/actionlint/blob/main/docs/usage.md#trunk">how to integrate actionlint to trunk.io</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/269">#269</a>, thanks <a href="https://github.com/dapirian"><code>@​dapirian</code></a>)</li> <li>Add document for <a href="https://github.com/rhysd/actionlint/blob/main/docs/install.md#nix">how to install actionlint with Nix package manager</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/273">#273</a>, thanks <a href="https://github.com/diohabara"><code>@​diohabara</code></a>)</li> <li>Update popular actions data set to the latest</li> <li>Add support for Go 1.20 and build release binaries with Go 1.20</li> </ul> <p>[Changes][v1.6.24]</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/fd7ba3c382e13dcc0248e425b4cbc3f1185fa3ee"><code>fd7ba3c</code></a> bump up version to v1.6.24</li> <li><a href="https://github.com/rhysd/actionlint/commit/57723718179031d510593ca4aa195a65a28f8da9"><code>5772371</code></a> use Go 1.19 and 1.20 on CI</li> <li><a href="https://github.com/rhysd/actionlint/commit/cde2a1ab9779deb61d323d1f8b94a8d4015314e0"><code>cde2a1a</code></a> update modules including <code>golang.org/x/sys</code> v0.6.0</li> <li><a href="https://github.com/rhysd/actionlint/commit/5562294a5537e12c41501f4b0600f9633c2043cd"><code>5562294</code></a> fix tests for script to extract webhook names</li> <li><a href="https://github.com/rhysd/actionlint/commit/468fbb4308acc4f01fc0bf1d2167aee5659a1161"><code>468fbb4</code></a> fix script to generate context availability</li> <li><a href="https://github.com/rhysd/actionlint/commit/a335d4029aa2147d1831ef553f6298a30f66e700"><code>a335d40</code></a> fix script to extract webhook events from document</li> <li><a href="https://github.com/rhysd/actionlint/commit/1c7d27aa48b206edce03d36e2caca8e9712eec53"><code>1c7d27a</code></a> update popular actions data set</li> <li><a href="https://github.com/rhysd/actionlint/commit/ebcd8e4851a9577d6506da9e0b37219d6851bd51"><code>ebcd8e4</code></a> update new major versions of popular actions</li> <li><a href="https://github.com/rhysd/actionlint/commit/d6c72a4fbb5afe6b0a71216b03bf6cc4bcb680b4"><code>d6c72a4</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/273">#273</a> from diohabara/add-nix-installation</li> <li><a href="https://github.com/rhysd/actionlint/commit/048c97d90b98b832450d3adf00fc7757b0ed9953"><code>048c97d</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/274">#274</a> from rhysd/ci/4149144069</li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.6.23...v1.6.24">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.6.23&new-version=1.6.24)](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 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:53:58 +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#2092
No description provided.