Skip to content

Commit

Permalink
Merge branch 'main' into uv-lock-file
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Dec 14, 2024
2 parents 9a82276 + 28f0388 commit 607ace4
Show file tree
Hide file tree
Showing 23 changed files with 228 additions and 113 deletions.
14 changes: 7 additions & 7 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actionlint": "1.7.4",
"ansible-lint": "24.12.0",
"ansible-lint": "24.12.1",
"arm-ttk": "0.0.0",
"bandit": "1.8.0",
"bash-exec": "5.2.26",
Expand Down Expand Up @@ -64,7 +64,7 @@
"perlcritic": "1.156",
"php": "7.4.26",
"php-cs-fixer": "3.65.0",
"phpcs": "3.11.1",
"phpcs": "3.11.2",
"phplint": "9.5.5",
"phpstan": "2.0.3",
"pmd": "7.8.0",
Expand Down
8 changes: 4 additions & 4 deletions .config/gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Set a variable for packages version
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.8.0
ARG NPM_VERSION=10.9.2
# renovate: datasource=npm depName=ungit
ARG UNGIT_VERSION=1.5.26
ARG UNGIT_VERSION=1.5.28
# renovate: datasource=npm depName=mega-linter-runner
ARG MEGA_LINTER_RUNNER_VERSION=7.11.1
ARG MEGA_LINTER_RUNNER_VERSION=7.13.0
# renovate: datasource=npm depName=markdown-table-formatter
ARG MARKDOWN_TABLE_FORMATTER_VERSION=1.6.0
ARG MARKDOWN_TABLE_FORMATTER_VERSION=1.6.1

# Adapted from instructions in
# https://github.com/nodesource/distributions?tab=readme-ov-file#using-ubuntu-nodejs-22
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.31.92 to **0.32.4** on 2024-12-10
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.21.0 to **1.22.0** on 2024-12-10
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.50 to **1.0.51** on 2024-12-10
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.12.0 to **24.12.1** on 2024-12-11
- [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.1 to **3.11.2** on 2024-12-11
<!-- linter-versions-end -->

## [v8.3.0] - 2024-11-23
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ FROM python:3.12.8-alpine3.20
# renovate: datasource=npm depName=@salesforce/cli
ARG SALESFORCE_CLI_VERSION=2.68.6
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.5
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.6
# renovate: datasource=npm depName=sfdx-hardis
ARG SFDX_HARDIS_VERSION=5.9.0
ARG SFDX_HARDIS_VERSION=5.9.2
ARG ARM_TTK_NAME='master.zip'
ARG ARM_TTK_URI='https://github.com/Azure/arm-ttk/archive/master.zip'
ARG ARM_TTK_DIRECTORY='/opt/microsoft'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
<!-- gh-dependents-info-used-by-start -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2638&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2788&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
Expand Down
Loading

0 comments on commit 607ace4

Please sign in to comment.