From 073a9a7c9c49229329fc7b2d02c471f405f0ad00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:20:33 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87b60233..237caaf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Full reports path: reports From e0fa256d78c84eb36d79ddc0c968a5452353d850 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:21:05 +0000 Subject: [PATCH 2/2] Apply automated changes --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d29a867c..5c029619 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,7 @@ async function run() { throw new Error("Please enter some commands."); } - await logger.log(`Received with command '${commandString}'.`) + await logger.log(`Received with command '${commandString}'.`); const result = await executeCommand(commandString);