From cc9d7371b493fdddfafc898fed098cb51edf2ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:44:16 +0100 Subject: [PATCH] build(deps): bump sonarsource/sonarcloud-github-action from 1.9 to 2.1 (#574) Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.9 to 2.1. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v1.9...v2.1) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index bcea7fd0..0e64a887 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -125,7 +125,7 @@ jobs: run: echo "version=$(jq -r ".version" package.json)" >> $GITHUB_OUTPUT - name: Sonarcloud - uses: sonarsource/sonarcloud-github-action@v1.9 + uses: sonarsource/sonarcloud-github-action@v2.1 with: args: > -Dsonar.projectVersion=${{ steps.info.outputs.version }}