[PR #2603] [MERGED] build(deps): bump github.com/rhysd/actionlint from 1.7.5 to 1.7.6 #2515

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2603
Author: @dependabot[bot]
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 81cf265 build(deps): bump github.com/rhysd/actionlint from 1.7.5 to 1.7.6
  • 2d0c126 Merge branch 'master' into dependabot/go_modules/github.com/rhysd/actionlint-1.7.6

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/rhysd/actionlint from 1.7.5 to 1.7.6.

Release notes

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

v1.7.6

  • Using contexts at specific workflow keys is incorrectly reported as not allowed. Affected workflow keys are as follows. (#495, #497, #498, #500)
    • jobs.<job_id>.steps.with.args
    • jobs.<job_id>.steps.with.entrypoint
    • jobs.<job_id>.services.<service_id>.env
  • Update Go dependencies to the latest.
Changelog

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

v1.7.6 - 2025-01-04

  • Using contexts at specific workflow keys is incorrectly reported as not allowed. Affected workflow keys are as follows. (#495, #497, #498, #500)
    • jobs.<job_id>.steps.with.args
    • jobs.<job_id>.steps.with.entrypoint
    • jobs.<job_id>.services.<service_id>.env
  • Update Go dependencies to the latest.

[Changes][v1.7.6]

Commits
  • e54bba5 bump up version to v1.7.6
  • d63ee9f update golang.org/x/sys to v0.29
  • e494681 add tests for parsing command line passed to -shellcheck and -pyflakes
  • 895f01a fix jobs.\<job_id>.services.\<service_id>.env should allow contexts (#500)
  • 207b9aa fix CI badge and link in readme
  • ac7fd16 Merge pull request #494 from szepeviktor/typos
  • 1b58c1f fix no context is allowed at jobs.\<job_id>.steps.with.entrypoint`
  • 331d6a9 fix available contexts are ignored at jobs.\<job_id>.with.args (fix #495)
  • a65c160 Fix typos
  • efd7eb5 update changelog for v1.7.5 changes
  • 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/2603 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/rhysd/actionlint-1.7.6` --- ### 📝 Commits (2) - [`81cf265`](https://github.com/nektos/act/commit/81cf26569c31028fd4a07935e984d07f5cd35cc8) build(deps): bump github.com/rhysd/actionlint from 1.7.5 to 1.7.6 - [`2d0c126`](https://github.com/nektos/act/commit/2d0c126a025ff6072b87be0e0bbc30f06d4293f6) Merge branch 'master' into dependabot/go_modules/github.com/rhysd/actionlint-1.7.6 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.7.5 to 1.7.6. <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.6</h2> <ul> <li>Using contexts at specific workflow keys is incorrectly reported as not allowed. Affected workflow keys are as follows. (<a href="https://redirect.github.com/rhysd/actionlint/issues/495">#495</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/497">#497</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/498">#498</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/500">#500</a>) <ul> <li><code>jobs.&lt;job_id&gt;.steps.with.args</code></li> <li><code>jobs.&lt;job_id&gt;.steps.with.entrypoint</code></li> <li><code>jobs.&lt;job_id&gt;.services.&lt;service_id&gt;.env</code></li> </ul> </li> <li>Update Go dependencies to the latest.</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.6">v1.7.6</a> - 2025-01-04</h1> <ul> <li>Using contexts at specific workflow keys is incorrectly reported as not allowed. Affected workflow keys are as follows. (<a href="https://redirect.github.com/rhysd/actionlint/issues/495">#495</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/497">#497</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/498">#498</a>, <a href="https://redirect.github.com/rhysd/actionlint/issues/500">#500</a>) <ul> <li><code>jobs.&lt;job_id&gt;.steps.with.args</code></li> <li><code>jobs.&lt;job_id&gt;.steps.with.entrypoint</code></li> <li><code>jobs.&lt;job_id&gt;.services.&lt;service_id&gt;.env</code></li> </ul> </li> <li>Update Go dependencies to the latest.</li> </ul> <p>[Changes][v1.7.6]</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/e54bba5a3335513822197930bbcbab5af8e11188"><code>e54bba5</code></a> bump up version to v1.7.6</li> <li><a href="https://github.com/rhysd/actionlint/commit/d63ee9fc1deb486117fdb309be7826fe7a64839f"><code>d63ee9f</code></a> update <code>golang.org/x/sys</code> to v0.29</li> <li><a href="https://github.com/rhysd/actionlint/commit/e494681011cc5e629bcb932df8e04d2395149752"><code>e494681</code></a> add tests for parsing command line passed to <code>-shellcheck</code> and <code>-pyflakes</code></li> <li><a href="https://github.com/rhysd/actionlint/commit/895f01acb7e23be59f16cef47143180e1a53e70e"><code>895f01a</code></a> fix <code>jobs.\&lt;job_id&gt;.services.\&lt;service_id&gt;.env</code> should allow contexts (<a href="https://redirect.github.com/rhysd/actionlint/issues/500">#500</a>)</li> <li><a href="https://github.com/rhysd/actionlint/commit/207b9aaeebff503b7dfd0bd619b06fc706c98901"><code>207b9aa</code></a> fix CI badge and link in readme</li> <li><a href="https://github.com/rhysd/actionlint/commit/ac7fd1678af3a81d18da6d69d95c008b101d37e6"><code>ac7fd16</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/494">#494</a> from szepeviktor/typos</li> <li><a href="https://github.com/rhysd/actionlint/commit/1b58c1fdf36fefab6930cb7e9bc502379c965012"><code>1b58c1f</code></a> fix no context is allowed at <code>jobs.\&lt;job_id&gt;</code>.steps.with.entrypoint`</li> <li><a href="https://github.com/rhysd/actionlint/commit/331d6a910104e5c78e15dcc1b29dc3aaf2f34e51"><code>331d6a9</code></a> fix available contexts are ignored at <code>jobs.\&lt;job_id&gt;.with.args</code> (fix <a href="https://redirect.github.com/rhysd/actionlint/issues/495">#495</a>)</li> <li><a href="https://github.com/rhysd/actionlint/commit/a65c1602aa243b25ddcd22184edbd413cfd20577"><code>a65c160</code></a> Fix typos</li> <li><a href="https://github.com/rhysd/actionlint/commit/efd7eb5e50197cc545e198804c6107eda28d0e2a"><code>efd7eb5</code></a> update changelog for v1.7.5 changes</li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.7.5...v1.7.6">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.5&new-version=1.7.6)](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:46 +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#2515
No description provided.