From 0cfdc884330bd1860c69c84c24887d8e9ae797cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:07:49 +0000 Subject: [PATCH] build(deps): bump the patch-minor-action-updates group with 2 updates Bumps the patch-minor-action-updates group with 2 updates: [oxsecurity/megalinter/flavors/c_cpp](https://github.com/oxsecurity/megalinter) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `oxsecurity/megalinter/flavors/c_cpp` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/15e5b45552097e318c93de385779ce3b1084052c...9949bad031045f366be2467e00e8371a7328a2e2) Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) --- updated-dependencies: - dependency-name: oxsecurity/megalinter/flavors/c_cpp dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-action-updates - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/linting-formatting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 92f3fa2..2729373 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -30,13 +30,13 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: oxsecurity/megalinter/flavors/c_cpp@15e5b45552097e318c93de385779ce3b1084052c # v10.0.0 + - uses: oxsecurity/megalinter/flavors/c_cpp@9949bad031045f366be2467e00e8371a7328a2e2 # v10.1.0 env: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: git diff - - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 if: ${{ success() || failure() }} with: sarif_file: megalinter-reports/megalinter-report.sarif