From fafa2ba47db519addf115e5c7c2d86c8e8763cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:27:40 +0000 Subject: [PATCH] [actions] Bump the all group with 2 updates Bumps the all group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [super-linter/super-linter](https://github.com/super-linter/super-linter). 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 `super-linter/super-linter` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/502f4fe48a81a392756e173e39a861f8c8efe056...47984f49b4e87383eed97890fe2dca6063bbd9c3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: super-linter/super-linter dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/check-dist.yml | 2 +- .github/workflows/linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 807ee69..7139f31 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -57,7 +57,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist path: dist/ diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d53b65a..8a59d06 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 + uses: super-linter/super-linter/slim@47984f49b4e87383eed97890fe2dca6063bbd9c3 env: DEFAULT_BRANCH: main FILTER_REGEX_EXCLUDE: dist/**/*