From 6344c2b082ba4f620aa16fe542ddb8430e49e7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:06:49 +0000 Subject: [PATCH 1/2] Bump the gh-version-updates group with 2 updates Bumps the gh-version-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-version-updates - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 4004b13..3772616 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -107,7 +107,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: MegaLinter reports @@ -118,7 +118,7 @@ jobs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 id: cpr if: >- steps.ml.outputs.has_updated_sources == 1 && From 35eb66e8603884d51343f84f491ddb1f777cfdb4 Mon Sep 17 00:00:00 2001 From: sanjeevz3009 Date: Thu, 8 Jan 2026 15:27:58 +0000 Subject: [PATCH 2/2] Bump MegaLinter dependencies to latest versions for improved functionality in the project template --- project_template/.github/workflows/mega-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project_template/.github/workflows/mega-linter.yml b/project_template/.github/workflows/mega-linter.yml index 4004b13..3772616 100644 --- a/project_template/.github/workflows/mega-linter.yml +++ b/project_template/.github/workflows/mega-linter.yml @@ -107,7 +107,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: MegaLinter reports @@ -118,7 +118,7 @@ jobs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 id: cpr if: >- steps.ml.outputs.has_updated_sources == 1 &&