这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2022

Bumps github.com/rhysd/actionlint from 1.6.17 to 1.6.19.

Release notes

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

v1.6.19

  • Fix inputs, outputs, and secrets of reusable workflow should be in case-insensitive. (#216)
    # .github/workflows/reusable.yaml
    on:
      workflow_call:
        inputs:
          INPUT_UPPER:
            type: string
          input_lower:
            type: string
        secrets:
          SECRET_UPPER:
          secret_lower:
    ...
    .github/workflows/test.yaml
    ...
    jobs:
    caller:
    uses: ./.github/workflows/reusable.yaml
    # Inputs and secrets are in case-insensitive. So all the followings should be OK
    with:
    input_upper: ...
    INPUT_LOWER: ...
    secrets:
    secret_upper: ...
    SECRET_LOWER: ...

  • Describe how to install specific version of actionlint binary with the download script. (#218)

v1.6.18

  • This release much enhances checks for local reusable workflow calls. Note that these checks are done for local reusable workflows (starting with ./). (#179).
    • Detect missing required inputs/secrets and undefined inputs/secrets at jobs.<job_id>.with and jobs.<job_id>.secrets. See the document for more details.
      # .github/workflows/reusable.yml
      on:
        workflow_call:
          inputs:
            name:
              type: string
              required: true
          secrets:
            password:
              required: true
      ...
      .github/workflows/test.yml
      ...

... (truncated)

Changelog

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

v1.6.19 - 22 Sep 2022

  • Fix inputs, outputs, and secrets of reusable workflow should be in case-insensitive. (#216)
    # .github/workflows/reusable.yaml
    on:
      workflow_call:
        inputs:
          INPUT_UPPER:
            type: string
          input_lower:
            type: string
        secrets:
          SECRET_UPPER:
          secret_lower:
    ...
    .github/workflows/test.yaml
    ...
    jobs:
    caller:
    uses: ./.github/workflows/reusable.yaml
    # Inputs and secrets are in case-insensitive. So all the followings should be OK
    with:
    input_upper: ...
    INPUT_LOWER: ...
    secrets:
    secret_upper: ...
    SECRET_LOWER: ...

  • Describe how to install specific version of actionlint binary with the download script (#218)

[Changes][v1.6.19]

v1.6.18 - 17 Sep 2022

  • This release much enhances checks for local reusable workflow calls. Note that these checks are done for local reusable workflows (starting with ./). (#179).
    • Detect missing required inputs/secrets and undefined inputs/secrets at jobs.<job_id>.with and jobs.<job_id>.secrets. See the document for more details.
      # .github/workflows/reusable.yml
      on:
        workflow_call:
          inputs:
            name:
              type: string
              required: true
          secrets:

... (truncated)

Commits
  • d81f1c3 bump up version to v1.6.19
  • 559b20e improve error message on parse error of reusable workflow file
  • 0ffabf9 Merge branch 'issue-216' (fix #216)
  • 90103e0 test type check of outputs from workflow call in case-insensitive
  • 263c68c add tests for reusable workflow call where no input/secret is defined
  • c15d911 add tests for checking inputs/secrets of reusable workflow calls in case-inse...
  • ee1012a add tests for checking inputs/secrets of reusable workflow call in case-insen...
  • c254394 explain how to install specific version of actionlint with the download scrip...
  • 6713f82 fix input/output/secret names of reusable workflow are case-insensitive (#216)
  • 0ea32b7 remove the tool to inspect workflow AST
  • 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)

Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.6.17 to 1.6.19.
- [Release notes](https://github.com/rhysd/actionlint/releases)
- [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md)
- [Commits](rhysd/actionlint@v1.6.17...v1.6.19)

---
updated-dependencies:
- dependency-name: github.com/rhysd/actionlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 22, 2022
@github-actions
Copy link

Hey @dependabot[bot] 👋 Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current settings do not allow maintainers to make such edits. To help facilitate this, update your pull request to allow such edits as described in GitHub's Allowing changes to a pull request branch created from a fork documentation. (If you're using a fork owned by an organization, your organization may not allow you to change this setting. If that is the case, let us know.)

@github-actions github-actions bot added linter needs-triage size/xs and removed dependencies Pull requests that update a dependency file labels Sep 22, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 3, 2022

Superseded by #109.

@dependabot dependabot bot closed this Oct 3, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/dot-ci/tools/github.com/rhysd/actionlint-1.6.19 branch October 3, 2022 04:52
@github-actions
Copy link

github-actions bot commented Nov 3, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

go Pull requests that update Go code linter size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant