[PR #1870] [MERGED] build(deps): bump github.com/rhysd/actionlint from 1.6.24 to 1.6.25 #2166

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1870
Author: @dependabot[bot]
Created: 6/19/2023
Status: Merged
Merged: 6/19/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 193ed17 build(deps): bump github.com/rhysd/actionlint from 1.6.24 to 1.6.25
  • 48ea1b7 Merge branch 'master' into dependabot/go_modules/github.com/rhysd/actionlint-1.6.25

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -3)

📄 Description

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

Release notes

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

v1.6.25

  • Parse new syntax at runs-on:. Now runs-on: can have group: and labels: configurations. Please read the official document for more details. (#280)
    runs-on:
      group: ubuntu-runners
      labels: ubuntu-20.04-16core
    
  • Add support for macOS XL runners. macos-latest-xl, macos-13-xl, macos-12-xl labels are available at runs-on:. (#299, thanks @​woa7)
  • Find Git project directory from -stdin-filename command line argument. Even if the workflow content is passed via stdin, actionlint can recognize reusable workflows depended by the workflow using file path passed at -stdin-filename argument. (#283)
  • Fix order of errors is not deterministic when multiple errors happens at the same location (file name, line number, column number) when building actionlint with Go 1.20.
  • Fix type name of watch webhook.
  • Fix type of matrix row (property of matrix context) when ${{ }} is used in the row value. (#294)
  • Fix go install ./... doesn't work. (#297)
  • Update actionlint pre-commit hook to use Go toolchain. Now pre-commit automatically installs actionlint command so you don't need to install it manually. Note that this hook requires pre-commit v3.0.0 or later. For those who don't have Go toolchain, the previous hook is maintained as actionlint-system hook. (#301, thanks @​Freed-Wu and @​dokempf)
  • Update Go dependencies to the latest.
  • Update npm dependencies for playground to the latest and fix optimizing Wasm binary with wasm-opt.
  • Update popular actions data set. New major versions and new inputs of many popular actions are now supported like sparse-checkout of actions/checkout. (#305)
  • Fix outdated document for Problem Matchers. (#289, thanks @​carlcsaposs-canonical)
  • Fix outdated links in document for super-linter. (#303, thanks @​gmacario)
  • Automate releasing the Winget package with GitHub Actions. (#276, #293, thanks @​sitiom)
Changelog

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

v1.6.25 - 15 Jun 2023

  • Parse new syntax at runs-on:. Now runs-on: can have group: and labels: configurations. Please read the official document for more details. (#280)
    runs-on:
      group: ubuntu-runners
      labels: ubuntu-20.04-16core
    
  • Add support for macOS XL runners. macos-latest-xl, macos-13-xl, macos-12-xl labels are available at runs-on:. (#299, thanks @​woa7)
  • Find Git project directory from -stdin-filename command line argument. Even if the workflow content is passed via stdin, actionlint can recognize reusable workflows depended by the workflow using file path passed at -stdin-filename argument. (#283)
  • Fix order of errors is not deterministic when multiple errors happens at the same location (file name, line number, column number) when building actionlint with Go 1.20.
  • Fix type name of watch webhook.
  • Fix type of matrix row (property of matrix context) when ${{ }} is used in the row value. (#294)
  • Fix go install ./... doesn't work. (#297)
  • Update actionlint pre-commit hook to use Go toolchain. Now pre-commit automatically installs actionlint command so you don't need to install it manually. Note that this hook requires pre-commit v3.0.0 or later. For those who don't have Go toolchain, the previous hook is maintained as actionlint-system hook. (#301, thanks @​Freed-Wu and @​dokempf)
  • Update Go dependencies to the latest.
  • Update npm dependencies for playground to the latest and fix optimizing Wasm binary with wasm-opt.
  • Update popular actions data set. New major versions and new inputs of many popular actions are now supported like sparse-checkout of actions/checkout. (#305)
  • Fix outdated document for Problem Matchers. (#289, thanks @​carlcsaposs-canonical)
  • Fix outdated links in document for super-linter. (#303, thanks @​gmacario)
  • Automate releasing the Winget package with GitHub Actions. (#276, #293, thanks @​sitiom)

[Changes][v1.6.25]

Commits
  • 7b75d16 bump up version to v1.6.25
  • 3b9357c fix regex patterns to match files in pre-commit hooks
  • f8c094b add actionlint-system pre-commit hook
  • de2866c Merge pull request #301 from Freed-Wu/patch-1
  • 3aef303 change language of .pre-commit-hooks.yaml to golang
  • d84391f add mikepenz/release-changelog-builder-action@v4 to popular actions data set
  • a182bcd use triple-slash directive to refer types of codemirror addon
  • 8babd4e update playground npm dependencies
  • 88c8bc0 persistently use ./... package path for running tests
  • c9ea498 add wasm build tag to Wasm package for playground (fix #297)
  • 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/1870 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/19/2023 **Status:** ✅ Merged **Merged:** 6/19/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/rhysd/actionlint-1.6.25` --- ### 📝 Commits (2) - [`193ed17`](https://github.com/nektos/act/commit/193ed17e4a93160a8a303f9e587160b046615a0f) build(deps): bump github.com/rhysd/actionlint from 1.6.24 to 1.6.25 - [`48ea1b7`](https://github.com/nektos/act/commit/48ea1b776b0bf9a8195e977aede58c2f84c14b9a) Merge branch 'master' into dependabot/go_modules/github.com/rhysd/actionlint-1.6.25 ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -3) </details> ### 📄 Description Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.6.24 to 1.6.25. <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.25</h2> <ul> <li>Parse new syntax at <code>runs-on:</code>. Now <code>runs-on:</code> can have <code>group:</code> and <code>labels:</code> configurations. Please read <a href="https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners#running-jobs-on-your-runner">the official document</a> for more details. (<a href="https://redirect.github.com/rhysd/actionlint/issues/280">#280</a>) <pre lang="yaml"><code>runs-on: group: ubuntu-runners labels: ubuntu-20.04-16core </code></pre> </li> <li>Add support for macOS XL runners. <code>macos-latest-xl</code>, <code>macos-13-xl</code>, <code>macos-12-xl</code> labels are available at <code>runs-on:</code>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/299">#299</a>, thanks <a href="https://github.com/woa7"><code>@​woa7</code></a>)</li> <li>Find Git project directory from <code>-stdin-filename</code> command line argument. Even if the workflow content is passed via stdin, actionlint can recognize reusable workflows depended by the workflow using file path passed at <code>-stdin-filename</code> argument. (<a href="https://redirect.github.com/rhysd/actionlint/issues/283">#283</a>)</li> <li>Fix order of errors is not deterministic when multiple errors happens at the same location (file name, line number, column number) when building actionlint with Go 1.20.</li> <li>Fix type name of <code>watch</code> webhook.</li> <li>Fix type of matrix row (property of <code>matrix</code> context) when <code>${{ }}</code> is used in the row value. (<a href="https://redirect.github.com/rhysd/actionlint/issues/294">#294</a>)</li> <li>Fix <code>go install ./...</code> doesn't work. (<a href="https://redirect.github.com/rhysd/actionlint/issues/297">#297</a>)</li> <li>Update <code>actionlint</code> pre-commit hook to use Go toolchain. Now pre-commit automatically installs <code>actionlint</code> command so you don't need to install it manually. Note that this hook requires pre-commit v3.0.0 or later. For those who don't have Go toolchain, the previous hook is maintained as <code>actionlint-system</code> hook. (<a href="https://redirect.github.com/rhysd/actionlint/issues/301">#301</a>, thanks <a href="https://github.com/Freed-Wu"><code>@​Freed-Wu</code></a> and <a href="https://github.com/dokempf"><code>@​dokempf</code></a>)</li> <li>Update Go dependencies to the latest.</li> <li>Update npm dependencies for playground to the latest and fix optimizing Wasm binary with <code>wasm-opt</code>.</li> <li>Update popular actions data set. New major versions and new inputs of many popular actions are now supported like <code>sparse-checkout</code> of <code>actions/checkout</code>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/305">#305</a>)</li> <li>Fix outdated document for Problem Matchers. (<a href="https://redirect.github.com/rhysd/actionlint/issues/289">#289</a>, thanks <a href="https://github.com/carlcsaposs-canonical"><code>@​carlcsaposs-canonical</code></a>)</li> <li>Fix outdated links in document for super-linter. (<a href="https://redirect.github.com/rhysd/actionlint/issues/303">#303</a>, thanks <a href="https://github.com/gmacario"><code>@​gmacario</code></a>)</li> <li>Automate releasing the Winget package with GitHub Actions. (<a href="https://redirect.github.com/rhysd/actionlint/issues/276">#276</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/293">#293</a>, thanks <a href="https://github.com/sitiom"><code>@​sitiom</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.6.25">v1.6.25</a> - 15 Jun 2023</h1> <ul> <li>Parse new syntax at <code>runs-on:</code>. Now <code>runs-on:</code> can have <code>group:</code> and <code>labels:</code> configurations. Please read <a href="https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners#running-jobs-on-your-runner">the official document</a> for more details. (<a href="https://redirect.github.com/rhysd/actionlint/issues/280">#280</a>) <pre lang="yaml"><code>runs-on: group: ubuntu-runners labels: ubuntu-20.04-16core </code></pre> </li> <li>Add support for macOS XL runners. <code>macos-latest-xl</code>, <code>macos-13-xl</code>, <code>macos-12-xl</code> labels are available at <code>runs-on:</code>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/299">#299</a>, thanks <a href="https://github.com/woa7"><code>@​woa7</code></a>)</li> <li>Find Git project directory from <code>-stdin-filename</code> command line argument. Even if the workflow content is passed via stdin, actionlint can recognize reusable workflows depended by the workflow using file path passed at <code>-stdin-filename</code> argument. (<a href="https://redirect.github.com/rhysd/actionlint/issues/283">#283</a>)</li> <li>Fix order of errors is not deterministic when multiple errors happens at the same location (file name, line number, column number) when building actionlint with Go 1.20.</li> <li>Fix type name of <code>watch</code> webhook.</li> <li>Fix type of matrix row (property of <code>matrix</code> context) when <code>${{ }}</code> is used in the row value. (<a href="https://redirect.github.com/rhysd/actionlint/issues/294">#294</a>)</li> <li>Fix <code>go install ./...</code> doesn't work. (<a href="https://redirect.github.com/rhysd/actionlint/issues/297">#297</a>)</li> <li>Update <code>actionlint</code> pre-commit hook to use Go toolchain. Now pre-commit automatically installs <code>actionlint</code> command so you don't need to install it manually. Note that this hook requires pre-commit v3.0.0 or later. For those who don't have Go toolchain, the previous hook is maintained as <code>actionlint-system</code> hook. (<a href="https://redirect.github.com/rhysd/actionlint/issues/301">#301</a>, thanks <a href="https://github.com/Freed-Wu"><code>@​Freed-Wu</code></a> and <a href="https://github.com/dokempf"><code>@​dokempf</code></a>)</li> <li>Update Go dependencies to the latest.</li> <li>Update npm dependencies for playground to the latest and fix optimizing Wasm binary with <code>wasm-opt</code>.</li> <li>Update popular actions data set. New major versions and new inputs of many popular actions are now supported like <code>sparse-checkout</code> of <code>actions/checkout</code>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/305">#305</a>)</li> <li>Fix outdated document for Problem Matchers. (<a href="https://redirect.github.com/rhysd/actionlint/issues/289">#289</a>, thanks <a href="https://github.com/carlcsaposs-canonical"><code>@​carlcsaposs-canonical</code></a>)</li> <li>Fix outdated links in document for super-linter. (<a href="https://redirect.github.com/rhysd/actionlint/issues/303">#303</a>, thanks <a href="https://github.com/gmacario"><code>@​gmacario</code></a>)</li> <li>Automate releasing the Winget package with GitHub Actions. (<a href="https://redirect.github.com/rhysd/actionlint/issues/276">#276</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/293">#293</a>, thanks <a href="https://github.com/sitiom"><code>@​sitiom</code></a>)</li> </ul> <p>[Changes][v1.6.25]</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/7b75d16d41920ec126e6f3269db0c6f3ab613c38"><code>7b75d16</code></a> bump up version to v1.6.25</li> <li><a href="https://github.com/rhysd/actionlint/commit/3b9357c91642e895905dbfd724b6b513ee3009b9"><code>3b9357c</code></a> fix regex patterns to match files in pre-commit hooks</li> <li><a href="https://github.com/rhysd/actionlint/commit/f8c094b248391bfaca338a383957d4a4f514808f"><code>f8c094b</code></a> add <code>actionlint-system</code> pre-commit hook</li> <li><a href="https://github.com/rhysd/actionlint/commit/de2866c249230fb5ffe3a81eefe63f7e38a214a7"><code>de2866c</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/301">#301</a> from Freed-Wu/patch-1</li> <li><a href="https://github.com/rhysd/actionlint/commit/3aef303004961f95a96fc30a0755e405c061928b"><code>3aef303</code></a> change language of .pre-commit-hooks.yaml to golang</li> <li><a href="https://github.com/rhysd/actionlint/commit/d84391fb9836c30f81be8bef23591a389d933f0d"><code>d84391f</code></a> add <code>mikepenz/release-changelog-builder-action@v4</code> to popular actions data set</li> <li><a href="https://github.com/rhysd/actionlint/commit/a182bcdb4aeec596d211f40500314fcdfa8ad9b6"><code>a182bcd</code></a> use triple-slash directive to refer types of codemirror addon</li> <li><a href="https://github.com/rhysd/actionlint/commit/8babd4e06661ef004e8b83335018255178af1372"><code>8babd4e</code></a> update playground npm dependencies</li> <li><a href="https://github.com/rhysd/actionlint/commit/88c8bc0546184f27eb80f7e95144880c6924c610"><code>88c8bc0</code></a> persistently use <code>./...</code> package path for running tests</li> <li><a href="https://github.com/rhysd/actionlint/commit/c9ea498305e532e0841f4903c15ec1ac07891d92"><code>c9ea498</code></a> add <code>wasm</code> build tag to Wasm package for playground (fix <a href="https://redirect.github.com/rhysd/actionlint/issues/297">#297</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.6.24...v1.6.25">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.24&new-version=1.6.25)](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:54:17 +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#2166
No description provided.