[PR #1427] [MERGED] build(deps): bump github.com/rhysd/actionlint from 1.6.21 to 1.6.22 #1943

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1427
Author: @dependabot[bot]
Created: 11/7/2022
Status: Merged
Merged: 11/7/2022
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 1797918 build(deps): bump github.com/rhysd/actionlint from 1.6.21 to 1.6.22

📊 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.6.21 to 1.6.22.

Release notes

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

v1.6.22

  • Detect deprecated workflow commands such as set-output or save-state and suggest the alternative. See the document for more details. (#234)
    # ERROR: This format of 'set-output' workflow command was deprecated
    - run: echo '::set-output name=foo::bar'
    
  • Fix that ${{ }} expression at on.workflow_call.inputs.<id>.default caused an error. (#235)
    on:
      workflow_call:
        inputs:
          project:
            type: string
            # OK: The default value is generated dynamically
            default: ${{ github.event.repository.name }}
    
  • Improve type of inputs context to grow gradually while checking inputs in workflow_call event.
    on:
      workflow_call:
        inputs:
          input1:
            type: string
            # ERROR: `input2` is not defined yet
            default: ${{ inputs.input2 }}
          input2:
            type: string
            # OK: `input1` was already defined above
            default: ${{ inputs.input1 }}
    
  • Check types of default values of workflow call inputs even if ${{ }} expression is used.
    on:
      workflow_call:
        inputs:
          input1:
            type: boolean
          input2:
            type: number
            # ERROR: Boolean value cannot be assigned to number
            default: ${{ inputs.input1 }}
    
  • Fix the download script is broken since GHE server does not support the new set-output format yet. (#240)
  • Replace the deprecated set-output workflow command in our own workflows. (#239, thanks @​Mrtenz)
  • Popular actions data set was updated to the latest as usual.
Changelog

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

v1.6.22 - 01 Nov 2022

  • Detect deprecated workflow commands such as set-output or save-state. See the document for more details. (#234)
    # ERROR: This format of 'set-output' workflow command was deprecated
    - run: echo '::set-output name=foo::bar'
    
  • Fix that ${{ }} expression at on.workflow_call.inputs.<id>.default caused an error. (#235)
    on:
      workflow_call:
        inputs:
          project:
            type: string
            # OK: The default value is generated dynamically
            default: ${{ github.event.repository.name }}
    
  • Improve type of inputs context to grow gradually while checking default values of inputs in workflow_call event.
    on:
      workflow_call:
        inputs:
          input1:
            type: string
            # ERROR: `input2` is not defined yet
            default: ${{ inputs.input2 }}
          input2:
            type: string
            # OK: `input1` was already defined above
            default: ${{ inputs.input1 }}
    
  • Check types of default values of workflow call inputs even if ${{ }} expression is used.
    on:
      workflow_call:
        inputs:
          input1:
            type: boolean
          input2:
            type: number
            # ERROR: Boolean value cannot be assigned to number
            default: ${{ inputs.input1 }}
    
  • Fix the download script is broken since GHE server does not support the new set-output format yet. (#240)
  • Replace the deprecated set-output workflow command in our own workflows. (#239, thanks @​Mrtenz)
  • Popular actions data set was updated to the latest as usual.

[Changes][v1.6.22]

... (truncated)

Commits
  • 7fdc963 bump up version to v1.6.22
  • acc6e8c check type of ${{ }} expression in default value of inputs
  • 5656337 update inputs context type gradually for checking `on.workflow_call.inputs....
  • 89b5c30 fix ${{ }} is not considered when checking constant at `on.workflow_call.in...
  • 02831bf Merge pull request #241 from rhysd/ci/3349658425
  • fccefcb update generated files by go generate on CI
  • 56b0b2e better check to detect the new set-output command is supported
  • ab53b9f fix the download script is broken on GHE server
  • 43f6ff2 Merge branch 'deprecated-commands' (fix #234)
  • 8edc27f describe check for deprecated workflow commands in document
  • 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/1427 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/7/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/rhysd/actionlint-1.6.22` --- ### 📝 Commits (1) - [`1797918`](https://github.com/nektos/act/commit/179791841401f1b7275e7360aa5324aa6e006ad6) build(deps): bump github.com/rhysd/actionlint from 1.6.21 to 1.6.22 ### 📊 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.6.21 to 1.6.22. <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.22</h2> <ul> <li>Detect deprecated workflow commands such as <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"><code>set-output</code> or <code>save-state</code></a> and suggest the alternative. See <a href="https://github.com/rhysd/actionlint/blob/main/docs/checks.md#check-deprecated-workflow-commands">the document</a> for more details. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/234">#234</a>) <pre lang="yaml"><code># ERROR: This format of 'set-output' workflow command was deprecated - run: echo '::set-output name=foo::bar' </code></pre> </li> <li>Fix that <code>${{ }}</code> expression at <code>on.workflow_call.inputs.&lt;id&gt;.default</code> caused an error. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/235">#235</a>) <pre lang="yaml"><code>on: workflow_call: inputs: project: type: string # OK: The default value is generated dynamically default: ${{ github.event.repository.name }} </code></pre> </li> <li>Improve type of <code>inputs</code> context to grow gradually while checking inputs in <code>workflow_call</code> event. <pre lang="yaml"><code>on: workflow_call: inputs: input1: type: string # ERROR: `input2` is not defined yet default: ${{ inputs.input2 }} input2: type: string # OK: `input1` was already defined above default: ${{ inputs.input1 }} </code></pre> </li> <li>Check types of default values of workflow call inputs even if <code>${{ }}</code> expression is used. <pre lang="yaml"><code>on: workflow_call: inputs: input1: type: boolean input2: type: number # ERROR: Boolean value cannot be assigned to number default: ${{ inputs.input1 }} </code></pre> </li> <li>Fix the download script is broken since GHE server does not support the new <code>set-output</code> format yet. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/240">#240</a>)</li> <li>Replace the deprecated <code>set-output</code> workflow command in our own workflows. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/239">#239</a>, thanks <a href="https://github.com/Mrtenz"><code>@​Mrtenz</code></a>)</li> <li>Popular actions data set was updated to the latest as usual.</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.22">v1.6.22</a> - 01 Nov 2022</h1> <ul> <li>Detect deprecated workflow commands such as <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"><code>set-output</code> or <code>save-state</code></a>. See <a href="https://github.com/rhysd/actionlint/blob/main/docs/checks.md#check-deprecated-workflow-commands">the document</a> for more details. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/234">#234</a>) <pre lang="yaml"><code># ERROR: This format of 'set-output' workflow command was deprecated - run: echo '::set-output name=foo::bar' </code></pre> </li> <li>Fix that <code>${{ }}</code> expression at <code>on.workflow_call.inputs.&lt;id&gt;.default</code> caused an error. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/235">#235</a>) <pre lang="yaml"><code>on: workflow_call: inputs: project: type: string # OK: The default value is generated dynamically default: ${{ github.event.repository.name }} </code></pre> </li> <li>Improve type of <code>inputs</code> context to grow gradually while checking default values of inputs in <code>workflow_call</code> event. <pre lang="yaml"><code>on: workflow_call: inputs: input1: type: string # ERROR: `input2` is not defined yet default: ${{ inputs.input2 }} input2: type: string # OK: `input1` was already defined above default: ${{ inputs.input1 }} </code></pre> </li> <li>Check types of default values of workflow call inputs even if <code>${{ }}</code> expression is used. <pre lang="yaml"><code>on: workflow_call: inputs: input1: type: boolean input2: type: number # ERROR: Boolean value cannot be assigned to number default: ${{ inputs.input1 }} </code></pre> </li> <li>Fix the download script is broken since GHE server does not support the new <code>set-output</code> format yet. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/240">#240</a>)</li> <li>Replace the deprecated <code>set-output</code> workflow command in our own workflows. (<a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/239">#239</a>, thanks <a href="https://github.com/Mrtenz"><code>@​Mrtenz</code></a>)</li> <li>Popular actions data set was updated to the latest as usual.</li> </ul> <p>[Changes][v1.6.22]</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rhysd/actionlint/commit/7fdc9630cc360ea1a469eed64ac6d78caeda1234"><code>7fdc963</code></a> bump up version to v1.6.22</li> <li><a href="https://github.com/rhysd/actionlint/commit/acc6e8cd8e2c25c2220da68465a968c499bd1207"><code>acc6e8c</code></a> check type of <code>${{ }}</code> expression in default value of inputs</li> <li><a href="https://github.com/rhysd/actionlint/commit/5656337c1ab1c7022a74181428f6ebb4504d2d25"><code>5656337</code></a> update <code>inputs</code> context type gradually for checking `on.workflow_call.inputs....</li> <li><a href="https://github.com/rhysd/actionlint/commit/89b5c301058a4cafc15fdab09990aeef959fbede"><code>89b5c30</code></a> fix <code>${{ }}</code> is not considered when checking constant at `on.workflow_call.in...</li> <li><a href="https://github.com/rhysd/actionlint/commit/02831bf6d4851ae1530a6cb4a27884127566b18d"><code>02831bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/241">#241</a> from rhysd/ci/3349658425</li> <li><a href="https://github.com/rhysd/actionlint/commit/fccefcb3335dd60ef7467d4dd32a495e23294d5a"><code>fccefcb</code></a> update generated files by <code>go generate</code> on CI</li> <li><a href="https://github.com/rhysd/actionlint/commit/56b0b2eaf36e5d8d2fe5a9c04bc88309d345fe3f"><code>56b0b2e</code></a> better check to detect the new set-output command is supported</li> <li><a href="https://github.com/rhysd/actionlint/commit/ab53b9f73ea01a8ac2c0e3df75e3ca453db62bb5"><code>ab53b9f</code></a> fix the download script is broken on GHE server</li> <li><a href="https://github.com/rhysd/actionlint/commit/43f6ff215623375dda72a725646a1ecf50747ceb"><code>43f6ff2</code></a> Merge branch 'deprecated-commands' (fix <a href="https://github-redirect.dependabot.com/rhysd/actionlint/issues/234">#234</a>)</li> <li><a href="https://github.com/rhysd/actionlint/commit/8edc27f773c261bf51a6fd0a86efd4019689c67f"><code>8edc27f</code></a> describe check for deprecated workflow commands in document</li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.6.21...v1.6.22">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.21&new-version=1.6.22)](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:21 +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#1943
No description provided.