Skip to content

Commit 0bdea62

Browse files
chore(deps): update all dependencies (#1289)
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.99.1` -> `5.100.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.99.1/5.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.99.1/5.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.38.32` -> `==1.38.36` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.38.32/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.38.32/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.38.32` -> `==1.38.36` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.38.32/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.38.32/1.38.36?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxsecurity/megalinter](https://redirect.github.com/oxsecurity/megalinter) | action | minor | `v8.7.0` -> `v8.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/oxsecurity%2fmegalinter/v8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/oxsecurity%2fmegalinter/v8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/oxsecurity%2fmegalinter/v8.7.0/v8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/oxsecurity%2fmegalinter/v8.7.0/v8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.100.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#51000-Unreleased) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.99.1...v5.100.0) NOTES: - resource/aws_route53\_vpc_association_authorization: Because we cannot easily replicate the highly concurrent environments in which these errors have been observed, this fix is best effort and we ask for community help in verifying the reported issues are resolved by this change ([#&#8203;42948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42948)) FEATURES: - **New Resource:** `aws_dsql_cluster` ([#&#8203;41868](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41868)) - **New Resource:** `aws_dsql_cluster_peering` ([#&#8203;41868](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41868)) - **New Resource:** `aws_prometheus_workspace_configuration` ([#&#8203;42478](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42478)) - **New Resource:** `aws_s3control_directory_bucket_access_point_scope` ([#&#8203;42338](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42338)) - **New Resource:** `aws_vpc_route_server` ([#&#8203;42392](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42392)) - **New Resource:** `aws_vpc_route_server_endpoint` ([#&#8203;42392](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42392)) - **New Resource:** `aws_vpc_route_server_peer` ([#&#8203;42392](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42392)) - **New Resource:** `aws_vpc_route_server_propagation` ([#&#8203;42392](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42392)) - **New Resource:** `aws_vpc_route_server_vpc_association` ([#&#8203;42392](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42392)) - **New Resource:** `aws_workspacesweb_data_protection_settings` ([#&#8203;42852](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42852)) - **New Resource:** `aws_workspacesweb_ip_access_settings` ([#&#8203;42863](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42863)) - **New Resource:** `aws_workspacesweb_user_access_logging_settings` ([#&#8203;42868](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42868)) ENHANCEMENTS: - data-source/aws_elb_hosted_zone_id: Add hosted zone ID for `ap-east-2` AWS Region ([#&#8203;42915](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42915)) - data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for `ap-east-2` AWS Region ([#&#8203;42915](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42915)) - data-source/aws_neptune_engine_version: Add several arguments and attributes to support dynamic selection of versions including `latest`, `has_major_target`, `preferred_major_targets`, and `preferred_upgrade_targets` ([#&#8203;42854](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42854)) - data-source/aws_s3\_bucket: Add hosted zone ID for `ap-east-2` AWS Region ([#&#8203;42915](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42915)) - provider: Support `ap-east-2` as a valid AWS Region ([#&#8203;42906](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42906)) - resource/aws_fsx_lustre_file_system: Add `data_read_cache_configuration` and `throughput_capacity` arguments in support of the [Intelligent-Tiering storage class](https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-fsx-lustre.html#how-INT-tiering-works) ([#&#8203;42839](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42839)) - resource/aws_pinpointsmsvoicev2\_phone_number: Add `two_way_channel_role` argument ([#&#8203;42950](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42950)) - resource/aws_route53\_vpc_association_authorization: Add configurable timeouts for create, read, and delete ([#&#8203;42948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42948)) - resource/aws_s3\_access_point: Add support for S3 Directory Buckets ([#&#8203;42338](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42338)) - resource/aws_s3control_access_point_policy: Add support for S3 Directory Buckets ([#&#8203;42338](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42338)) - resource/aws_vpn_connection: Add `preshared_key_storage` argument and `preshared_key_arn` attribute ([#&#8203;42819](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42819)) - resource/aws_wafv2\_rule_group: Add `statement.asn_match_statement` configuration block ([#&#8203;42965](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42965)) - resource/aws_wafv2\_web_acl: Add `statement.asn_match_statement` configuration block ([#&#8203;42965](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42965)) BUG FIXES: - resource/aws_cloudfrontkeyvaluestore_keys_exclusive: Batch update operations to stay under the Key Value Store Service Quota. The `max_batch_size` argument can be used to override the default value of `50` items. ([#&#8203;42795](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42795)) - resource/aws_cloudwatch_log_destination: Fix to return the first matched destination name during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42896](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42896)) - resource/aws_cloudwatch_log_group: Fix to return the first matched group name during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42896](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42896)) - resource/aws_cloudwatch_log_metric_filter: Fix to return the first matched filter name during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42896](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42896)) - resource/aws_cloudwatch_log_query_definition: Fix to return the first matched query definition ID during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42896](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42896)) - resource/aws_cloudwatch_log_resource_policy: Fix to return the first matched policy name during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42896](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42896)) - resource/aws_cloudwatch_log_subscription_filter: Fix to return the first matched filter name during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42896](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42896)) - resource/aws_dynamodb_table: Set new computed value for `stream_arn` attribute when changing `stream_view_type` ([#&#8203;42561](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42561)) - resource/aws_neptune_cluster: Enable minor and major version upgrades by fixing various issues preventing them ([#&#8203;42854](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42854)) - resource/aws_neptune_global_cluster: Enable minor and major version upgrades by fixing various issues preventing them ([#&#8203;42854](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42854)) - resource/aws_route53\_vpc_association_authorization: Retry `InvalidPaginationToken` errors on read ([#&#8203;42948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42948)) - resource/aws_verifiedaccess_endpoint: Fix `InvalidParameterValue: The value of loadBalancerOptions.port you provided is not valid` errors when creating TCP load balancer endpoints ([#&#8203;42736](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42736)) - resource/aws_vpc_endpoint_subnet_association: Fix `OperationInProgress: VpcEndpoint modify operation in progress` errors when deleting multiple associations in parallel ([#&#8203;42884](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42884)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.38.36`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13836) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.35...1.38.36) \======= - api-change:`apigateway`: \[`botocore`] Documentation updates for Amazon API Gateway - api-change:`apigatewayv2`: \[`botocore`] Documentation updates for Amazon API Gateway - api-change:`connectcampaignsv2`: \[`botocore`] Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs - api-change:`ecs`: \[`botocore`] This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service. - api-change:`emr-serverless`: \[`botocore`] This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response. - api-change:`iotfleetwise`: \[`botocore`] Add new status READY_FOR_CHECKIN used for vehicle synchronisation - api-change:`kms`: \[`botocore`] AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures. - api-change:`pcs`: \[`botocore`] Fixed regex patterns for ARN fields. ### [`v1.38.35`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13835) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.34...1.38.35) \======= - api-change:`controlcatalog`: \[`botocore`] Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types. - api-change:`eks`: \[`botocore`] Release for EKS Pod Identity Cross Account feature and disableSessionTags flag. - api-change:`lexv2-models`: \[`botocore`] Add support for the Assisted NLU feature to improve bot performance - api-change:`networkmanager`: \[`botocore`] Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode. - api-change:`wafv2`: \[`botocore`] WAF now provides two DDoS protection options: resource-level monitoring for Application Load Balancers and the AWSManagedRulesAntiDDoSRuleSet managed rule group for CloudFront distributions. - bugfix:Serialization: \[`botocore`] Fixes a bug where instances of decimal.Decimal were unable to be passed into JSON serialization ### [`v1.38.34`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13834) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.33...1.38.34) \======= - api-change:`gameliftstreams`: \[`botocore`] Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides ### [`v1.38.33`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13833) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.32...1.38.33) \======= - api-change:`appsync`: \[`botocore`] Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches. - api-change:`ce`: \[`botocore`] Support dual-stack endpoints for ce api - api-change:`customer-profiles`: \[`botocore`] This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T\&H as part of Amazon Connect Customer Profiles service. - api-change:`ec2`: \[`botocore`] Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types. - api-change:`efs`: \[`botocore`] Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets. - api-change:`marketplace-catalog`: \[`botocore`] The ListEntities API now supports the EntityID, LastModifiedDate, ProductTitle, and Visibility filters for machine learning products. You can also sort using all of those filters. - api-change:`workspaces-thin-client`: \[`botocore`] Add ConflictException to UpdateEnvironment API </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.38.36`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13836) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.35...1.38.36) \======= - api-change:`apigateway`: Documentation updates for Amazon API Gateway - api-change:`apigatewayv2`: Documentation updates for Amazon API Gateway - api-change:`connectcampaignsv2`: Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs - api-change:`ecs`: This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service. - api-change:`emr-serverless`: This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response. - api-change:`iotfleetwise`: Add new status READY_FOR_CHECKIN used for vehicle synchronisation - api-change:`kms`: AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures. - api-change:`pcs`: Fixed regex patterns for ARN fields. ### [`v1.38.35`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13835) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.34...1.38.35) \======= - api-change:`controlcatalog`: Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types. - api-change:`eks`: Release for EKS Pod Identity Cross Account feature and disableSessionTags flag. - api-change:`lexv2-models`: Add support for the Assisted NLU feature to improve bot performance - api-change:`networkmanager`: Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs. - api-change:`rds`: Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode. - api-change:`wafv2`: WAF now provides two DDoS protection options: resource-level monitoring for Application Load Balancers and the AWSManagedRulesAntiDDoSRuleSet managed rule group for CloudFront distributions. - bugfix:Serialization: Fixes a bug where instances of decimal.Decimal were unable to be passed into JSON serialization ### [`v1.38.34`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13834) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.33...1.38.34) \======= - api-change:`gameliftstreams`: Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides ### [`v1.38.33`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13833) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.32...1.38.33) \======= - api-change:`appsync`: Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches. - api-change:`ce`: Support dual-stack endpoints for ce api - api-change:`customer-profiles`: This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T\&H as part of Amazon Connect Customer Profiles service. - api-change:`ec2`: Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types. - api-change:`efs`: Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets. - api-change:`marketplace-catalog`: The ListEntities API now supports the EntityID, LastModifiedDate, ProductTitle, and Visibility filters for machine learning products. You can also sort using all of those filters. - api-change:`workspaces-thin-client`: Add ConflictException to UpdateEnvironment API </details> <details> <summary>oxsecurity/megalinter (oxsecurity/megalinter)</summary> ### [`v8.8.0`](https://redirect.github.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v880---2024-06-15) [Compare Source](https://redirect.github.com/oxsecurity/megalinter/compare/v8.7.0...v8.8.0) - Core - Retrieve SARIF errors and warnings correctly, by [@&#8203;bdovaz](https://redirect.github.com/bdovaz) in [#&#8203;4837](https://redirect.github.com/oxsecurity/megalinter/pull/4837) - Linters enhancements - More config file name checks for ansible-lint activation, by [@&#8203;nvuillam](https://redirect.github.com/nvuillam) in [#&#8203;5590](https://redirect.github.com/oxsecurity/megalinter/pull/5590) - Fixes - Fix crash when the markdown table summary is empty, by [@&#8203;nvuillam](https://redirect.github.com/nvuillam) in [#&#8203;5363](https://redirect.github.com/oxsecurity/megalinter/pull/5363) - Downgrade click to make rstcheck work again, by [@&#8203;nvuillam](https://redirect.github.com/nvuillam) in [#&#8203;5387](https://redirect.github.com/oxsecurity/megalinter/pull/5387) - Doc - Display hash as plain text in markdown, by [@&#8203;johndutchover](https://redirect.github.com/johndutchover) in [#&#8203;5420](https://redirect.github.com/oxsecurity/megalinter/pull/5420) - Flavors - Add Gherkin descriptor in java flavor, by [@&#8203;nvuillam](https://redirect.github.com/nvuillam) in [#&#8203;5592](https://redirect.github.com/oxsecurity/megalinter/pull/5592) - CI - Fix rust setup & disable codecov-cli, by [@&#8203;nvuillam](https://redirect.github.com/nvuillam) in [#&#8203;5579](https://redirect.github.com/oxsecurity/megalinter/pull/5579) - Linter versions upgrades (50) - [ansible-lint](https://ansible-lint.readthedocs.io/) from 25.4.0 to **25.5.0** - [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.35.1 to **0.36.1** - [cfn-lint](https://redirect.github.com/aws-cloudformation/cfn-lint) from 1.34.2 to **1.36.0** - [checkstyle](https://checkstyle.org/) from 10.23.1 to **10.25.0** - [clippy](https://redirect.github.com/rust-lang/rust-clippy) from 0.1.86 to **0.1.87** - [clj-kondo](https://redirect.github.com/borkdude/clj-kondo) from 2025.04.07 to **2025.06.05** - [csharpier](https://csharpier.com/) from 1.0.1 to **1.0.2** - [cspell](https://redirect.github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.19.4 to **9.1.1** - [dartanalyzer](https://dart.dev/tools/dart-analyze) from 3.7.3 to **3.8.1** - [devskim](https://redirect.github.com/microsoft/DevSkim) from 1.0.56 to **1.0.59** - [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 9.0.105 to **9.0.106** - [editorconfig-checker](https://editorconfig-checker.github.io/) from 3.2.1 to **3.3.0** - [gitleaks](https://redirect.github.com/gitleaks/gitleaks) from 8.25.1 to **8.27.2** - [golangci-lint](https://golangci-lint.run/) from 2.1.5 to **2.1.6** - [grype](https://redirect.github.com/anchore/grype) from 0.91.2 to **0.94.0** - [htmlhint](https://htmlhint.com/) from 1.1.4 to **1.5.1** - [kics](https://www.kics.io) from 2.1.7 to **2.1.10** - [ktlint](https://ktlint.github.io) from 1.5.0 to **1.6.0** - [kubeconform](https://redirect.github.com/yannh/kubeconform) from 0.6.7 to **0.7.0** - [lightning-flow-scanner](https://redirect.github.com/Lightning-Flow-Scanner) from 3.8.0 to **3.23.0** - [ls-lint](https://ls-lint.org/) from 2.3.0 to **2.3.1** - [markdownlint](https://redirect.github.com/DavidAnson/markdownlint) from 0.44.0 to **0.45.0** - [mypy](https://mypy.readthedocs.io/en/stable/) from 1.15.0 to **1.16.0** - [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 15.1.0 to **15.2.0** - [phpcs](https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer) from 3.12.2 to **3.13.1** - [phpstan](https://phpstan.org/) from 2.1.14 to **2.1.17** - [pmd](https://pmd.github.io/) from 7.13.0 to **7.14.0** - [protolint](https://redirect.github.com/yoheimuta/protolint) from 0.54.1 to **0.55.6** - [psalm](https://psalm.dev) from Psalm.6.10.2@&#8203; to **Psalm.6.12.0@&#8203;** - [pylint](https://pylint.readthedocs.io) from 3.3.6 to **3.3.7** - [pyright](https://redirect.github.com/Microsoft/pyright) from 1.1.400 to **1.1.402** - [revive](https://revive.run/) from 1.9.0 to **1.10.0** - [rstcheck](https://redirect.github.com/myint/rstcheck) from 6.2.4 to **6.2.5** - [rubocop](https://rubocop.org/) from 1.75.4 to **1.76.1** - [ruff](https://redirect.github.com/astral-sh/ruff) from 0.11.8 to **0.11.13** - [ruff-format](https://redirect.github.com/astral-sh/ruff) from 0.11.8 to **0.11.13** - [scalafix](https://scalacenter.github.io/scalafix/) from 0.14.2 to **0.14.3** - [secretlint](https://redirect.github.com/secretlint/secretlint) from 9.3.2 to **10.1.0** - [semgrep](https://semgrep.dev/) from 3.12 to **3.13** - [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from 4.11.0 to **4.12.0** - [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from 4.11.0 to **4.12.0** - [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 4.11.0 to **4.12.0** - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.27.1 to **9.5.1** - [sqlfluff](https://www.sqlfluff.com/) from 3.4.0 to **3.4.1** - [stylelint](https://stylelint.io) from 16.19.1 to **16.20.0** - [syft](https://redirect.github.com/anchore/syft) from 1.23.1 to **1.27.1** - [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.11.4 to **1.12.2** - [terragrunt](https://terragrunt.gruntwork.io) from 0.78.0 to **0.81.6** - [tflint](https://redirect.github.com/terraform-linters/tflint) from 0.57.0 to **0.58.0** - [trivy](https://aquasecurity.github.io/trivy/) from 0.62.0 to **0.63.0** - [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.62.0 to **0.63.0** - [trufflehog](https://redirect.github.com/trufflesecurity/trufflehog) from 3.88.27 to **3.89.1** - [v8r](https://redirect.github.com/chris48s/v8r) from 4.4.0 to **5.0.0** </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad321a0 commit 0bdea62

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.github/workflows/feature_branch-megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: ml
3131
# You can override MegaLinter flavor used to have faster performances
3232
# More info at https://megalinter.io/flavors/
33-
uses: oxsecurity/megalinter@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
33+
uses: oxsecurity/megalinter@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0
3434
env:
3535
# All available variables are described in documentation
3636
# https://megalinter.io/configuration/

.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.38.32
2-
botocore ==1.38.32
1+
boto3 ==1.38.36
2+
botocore ==1.38.36

0 commit comments

Comments
 (0)