From 9ef86fd361b083f487e2313c8f2552517ea01c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:31:34 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 66097d5..721a138 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -54,7 +54,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: MegaLinter reports path: | From 013cc7af459e45a9b99334f87f7604aca8b70f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:35:41 +0000 Subject: [PATCH 2/2] [MegaLinter] Apply linters automatic fixes --- .vscode/settings.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2918e5e..dd9f80b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "chat.modeFilesLocations": { + "chat.modeFilesLocations": { "chatmodes": true }, "chat.promptFilesLocations": { @@ -15,9 +15,7 @@ "files.trimTrailingWhitespace": false, "editor.formatOnSave": true }, - "editor.rulers": [ - 100 - ], + "editor.rulers": [100], // "files.associations": { // "*.chatmode.md": "markdown", // "*.instructions.md": "markdown",