From 34e1fb57d64d2f0699cf60ae573844933ce97e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:20:16 +0000 Subject: [PATCH] Bump nixel2007/sonarcloud-github-action from 1.4 to 1.5 Bumps [nixel2007/sonarcloud-github-action](https://github.com/nixel2007/sonarcloud-github-action) from 1.4 to 1.5. - [Release notes](https://github.com/nixel2007/sonarcloud-github-action/releases) - [Commits](https://github.com/nixel2007/sonarcloud-github-action/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: nixel2007/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be8e3f7..44cf401 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - name: SonarCloud Scan on push if: github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable' - uses: nixel2007/sonarcloud-github-action@v1.4 + uses: nixel2007/sonarcloud-github-action@v1.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -52,7 +52,7 @@ jobs: - name: SonarCloud Scan on PR if: github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable' - uses: nixel2007/sonarcloud-github-action@v1.4 + uses: nixel2007/sonarcloud-github-action@v1.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}