Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

build(deps): update module github.com/rhysd/actionlint to v1.6.27 #1363

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/rhysd/actionlint 1.6.26 -> 1.6.27 age adoption passing confidence

Release Notes

rhysd/actionlint (github.com/rhysd/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 - "after 6am every weekday,before 12pm every weekday" in timezone Etc/UTC, 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 requested a review from a team as a code owner February 26, 2024 01:09
@renovate renovate bot added build dependencies Pull requests that update a dependency file labels Feb 26, 2024
Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1363-9c0bcfdb97955b236cb1a140d7111fb651c8bc7e
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1363-9c0bcfdb97955b236cb1a140d7111fb651c8bc7e
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1363-9c0bcfdb97955b236cb1a140d7111fb651c8bc7e
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1363-9c0bcfdb97955b236cb1a140d7111fb651c8bc7e
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1363-9c0bcfdb97955b236cb1a140d7111fb651c8bc7e
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1363-9c0bcfdb97955b236cb1a140d7111fb651c8bc7e

@adamtagscherer adamtagscherer self-assigned this Feb 26, 2024
@chrisgacsal chrisgacsal added this pull request to the merge queue Feb 26, 2024
Merged via the queue into main with commit 93c45df Feb 26, 2024
35 checks passed
@chrisgacsal chrisgacsal deleted the renovate/github.com-rhysd-actionlint-1.x branch February 26, 2024 08:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build dependencies Pull requests that update a dependency file
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants