AdamOswald / tes

2 stars 1 forks source link

Update SonarSource/sonarcloud-github-action digest to 5875562 #130

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
SonarSource/sonarcloud-github-action action digest db50107 -> 5875562

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

performance-testing-bot[bot] commented 1 year ago

Unable to locate .performanceTestingBot config file

guide-bot[bot] commented 1 year ago

Thanks for opening this Pull Request! We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

  2. Complete the activities.

    Action: Complete If you want to rebase/retry this PR, check this box

    If an activity is not applicable, use '\~activity description\~' to mark it not applicable.

difflens[bot] commented 1 year ago

View changes in DiffLens

senior-dev-bot[bot] commented 1 year ago

Senior-Dev Bot :robot:

Diff 1:

The code changes look good, but it would be better to use a specific version of the SonarCloud Github action instead of just updating to the latest commit. This will ensure consistency and minimize the risk of future conflicts.

# Old code
uses: SonarSource/sonarcloud-github-action@db501078e936e4b4c8773d1bb949ba9ddb7b6b6a

# Suggested code
uses: SonarSource/sonarcloud-github-action@1.1.0

Additionally, it's recommended to use environment variables instead of hardcoding secrets in the code.

# Old code
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

# Suggested code
env:
  SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
performance-testing-bot[bot] commented 1 year ago

There was an issue running the performance test