From 463586e6ca0fd7faa13082f959e888fecef63321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:05:29 +0000 Subject: [PATCH] Bump the gh-version-updates group across 1 directory with 2 updates Bumps the gh-version-updates group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-version-updates - dependency-name: actions/github-script dependency-version: '9' 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 | 2 +- .github/workflows/rename-project.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 3772616..3ac8737 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@v6 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: MegaLinter reports diff --git a/.github/workflows/rename-project.yml b/.github/workflows/rename-project.yml index 0b2ced2..8a2646a 100644 --- a/.github/workflows/rename-project.yml +++ b/.github/workflows/rename-project.yml @@ -29,7 +29,7 @@ jobs: ref: ${{ github.head_ref }} - name: Check Repository is not a Template - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const repo = await github.rest.repos.get({ @@ -40,7 +40,7 @@ jobs: - name: Set Environment Variables and Check Visibility if: env.is_template == 'false' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const repoName = context.repo.repo;