Skip to content

chore(deps): bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0#3085

Merged
mdelapenya merged 1 commit intomainfrom
dependabot/github_actions/SonarSource/sonarqube-scan-action-5.1.0
Apr 3, 2025
Merged

chore(deps): bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0#3085
mdelapenya merged 1 commit intomainfrom
dependabot/github_actions/SonarSource/sonarqube-scan-action-5.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0.

Release notes

Sourced from SonarSource/sonarqube-scan-action's releases.

v5.1.0

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0

Commits
  • aa49445 SQSCANGHA-85 Update SonarScanner CLI to 7.1.0.4889 to support sonar.region=us
  • 1474b34 SQSCANGHA-87 Fix the new version in version update (#182)
  • 9616286 SQSCANGHA-86 Autoclose issues created by Jira integration (#179)
  • f932b66 NO-JIRA docs(readme): use consistently vars.SONAR_HOST_URL
  • 550777f NO-JIRA Remove superfluous space from action description
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](SonarSource/sonarqube-scan-action@0303d6b...aa49445)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependencies or external services github_actions Pull requests that update GitHub Actions code labels Apr 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 3, 2025 10:21
@netlify
Copy link

netlify bot commented Apr 3, 2025

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit bdeb3cb
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/67ee6141e987530008c227d2
😎 Deploy Preview https://deploy-preview-3085--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the chore Changes that do not impact the existing functionality label Apr 3, 2025
Copy link
Member

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@mdelapenya mdelapenya removed the chore Changes that do not impact the existing functionality label Apr 3, 2025
@mdelapenya mdelapenya merged commit 82c6461 into main Apr 3, 2025
190 checks passed
@mdelapenya mdelapenya deleted the dependabot/github_actions/SonarSource/sonarqube-scan-action-5.1.0 branch April 3, 2025 11:52
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Apr 14, 2025
* main: (91 commits)
  chore(deps): bump github/codeql-action from 3.28.13 to 3.28.15 (testcontainers#3097)
  chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.37.0 (testcontainers#3098)
  feat(aerospike): add Aerospike module (testcontainers#3094)
  security(compose): upgrade github.com/docker/compose/v2 to fix security vulnerability (testcontainers#3095)
  feat: add more functional options to the modules API (testcontainers#3070)
  chore(deps): bump golang.org/x/net in /modules/arangodb (testcontainers#3087)
  feat: add arangodb module (testcontainers#3083)
  chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.2 (testcontainers#3086)
  chore(deps): bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0 (testcontainers#3085)
  feat: add socat container (testcontainers#3071)
  fix(mssql): reduce flakiness in tests (testcontainers#3084)
  chore: bump golangci-lint to v2 (testcontainers#3082)
  chore(gcloud): deprecate old gcp containers, creating subpackages for them (testcontainers#3063)
  fix(mongodb): replica set initialization & connection handling (testcontainers#2984)
  chore(deps): bump docker/setup-docker-action from 4.2.0 to 4.3.0 (testcontainers#3077)
  chore(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (testcontainers#3078)
  chore(deps): bump tj-actions/changed-files from 45.0.4 to 46.0.3 (testcontainers#3076)
  docs: add dependabot configuration (testcontainers#3074)
  chore(deps): replace `golang.org/x/exp/slices` with stdlib (testcontainers#3075)
  fix(dind): use docker image load (testcontainers#3073)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies or external services github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant