Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Renovate] Update dependency actionlint to v1.6.27 #1246

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
actionlint patch 1.6.26 -> 1.6.27

Release Notes

rhysd/actionlint (actionlint)

v1.6.27

Compare Source

  • Add macOS 14 runner labels for Apple Silicon support. The following labels are added. (thanks @​harryzcy, #​392)
    • macos-14
    • macos-14-xlarge
    • macos-14-large
  • Remove ubuntu-18.04 runner label from runners list since it is no longer supported. (#​363)
  • Allow glob patterns in self-hosted-runner.labels configuration. For example, the following configuration defines any runner labels prefixed with private-linux-. (thanks @​kishaningithub, #​378)
    self-hosted-runner:
        labels:
          - private-linux-*
  • Fix a race condition bug when -format option is used for linting multiple workflow files. Thanks @​ReinAchten-TomTom for your help on the investigation. (#​370)
  • Fix a race condition due to conflicts between some goroutine which starts to run shellcheck process and other goroutine which starts to wait until all processes finish.
  • The popular actions data set was updated to the latest and the following actions were newly added. (thanks @​jmarshall, #​380)
    • google-github-actions/auth
    • google-github-actions/get-secretmanager-secrets
    • google-github-actions/setup-gcloud
    • google-github-actions/upload-cloud-storage
    • pulumi/actions
    • pypa/gh-action-pypi-publish
  • Add support for larger runner labels. The following labels are added. (thanks @​therealdwright, #​371)
    • windows-latest-8-cores
    • ubuntu-latest-4-cores
    • ubuntu-latest-8-cores
    • ubuntu-latest-16-cores
  • The following WebHook types are supported for pull_request event.
    • enqueued
    • dequeued
    • milestoned
    • demilestoned
  • Explain how to control shellckeck behavior in the shellcheck rule document. Use SHELLCHECK_OPTS environment variable to pass arguments to shellcheck. See the shellcheck's official document for more details.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 24, 2024
@kevinmatthes kevinmatthes enabled auto-merge (squash) February 24, 2024 15:37
Copy link
Contributor

Filename                            Stmts    Miss  Cover    Missing
--------------------------------  -------  ------  -------  -------------------------------------
src/traits/file_formats.rs             25       0  100.00%
src/traits/read_file.rs                56      56  0.00%    46-153
src/traits/to_stderr.rs                 6       0  100.00%
src/traits/convert_buffer.rs           30       0  100.00%
src/traits/append_as_line.rs           12       0  100.00%
src/traits/colour_message.rs           19       0  100.00%
src/traits/prefer.rs                    5       0  100.00%
src/cff/cff_create.rs                 226       2  99.12%   237-245
src/cff/cffreference.rs               109       0  100.00%
src/graphing/graph.rs                 219       0  100.00%
src/graphing/agd.rs                   228       2  99.12%   356, 378
src/changelog/fragment.rs             128       2  98.44%   138, 146
src/changelog/ronlog.rs               227     162  28.63%   27-288, 354, 395-401
src/changelog/comment_changes.rs      274     274  0.00%    26-473
src/complain.rs                       248      11  95.56%   30-75
src/application.rs                     35      35  0.00%    32-146
src/utilities.rs                       94       7  92.55%   22-26, 64-77, 145
src/increment_version.rs              179      26  85.47%   31-47, 115-117, 136, 142-147, 253-270
src/version.rs                         69       0  100.00%
src/running.rs                          8       0  100.00%
src/macros.rs                          23       0  100.00%
src/main.rs                             3       3  0.00%    22-24
src/pattern/io_processor.rs            56      56  0.00%    77-173
src/pattern/writer.rs                 125      51  59.20%   136-141, 148-156, 190-202, 234-264
src/pattern/buffer.rs                  33       0  100.00%
TOTAL                                2437     687  71.81%

@kevinmatthes kevinmatthes merged commit b1ba549 into main Feb 24, 2024
121 checks passed
@kevinmatthes kevinmatthes deleted the renovate/actionlint-1.x branch February 24, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant