11 Commits

Author SHA1 Message Date
068ccd6639 chore(deps): update sonarsource/sonarqube-scan-action action to v4.1.0 2024-12-07 03:03:48 +00:00
489840590e chore(deps): update sonarsource/sonarqube-scan-action action to v4 (#9)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action) | action | major | `v3.1.0` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>

### [`v4.0.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v4.0.0)

[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v3.1.0...v4.0.0)

#### What's Changed

-   SQSCANGHA-46 Replace the Docker action by a composite action by [@&#8203;henryju](https://github.com/henryju) and [@&#8203;antonioaversa](https://github.com/antonioaversa) in https://github.com/SonarSource/sonarqube-scan-action/pull/145

This new major version removes Docker, moving to a [composite action](https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action).
This has multiple benefits:

-   you can now use our GitHub action with Java and Dart project, which previously didn’t support it due to Docker isolation
-   your run won’t fail anymore in peak workload scenarios due to the Docker image hitting the rate limit on DockerHub
-   the scan won’t need to run the scan as a root user, as recommended by GitHub for operations happening in a Docker container
-   you will be able to run the action as part of your workflow on any Operating System

We expect no issues for the vast majority of users, and we encourage you to move to the new version.
You can read more about this new release [here](https://community.sonarsource.com/t/the-upcoming-release-of-github-action-for-sonarqube-v-4-0-0-remove-docker/130180).

**Full Changelog**: https://github.com/SonarSource/sonarqube-scan-action/compare/v3.1.0...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #9
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2024-11-18 13:38:56 +01:00
676861d262 chore(deps): update sonarsource/sonarqube-scan-action action to v3.1.0 2024-11-09 03:04:38 +00:00
a35b639a2d chore(deps): update actions/setup-node digest to 39370e3 2024-10-26 01:04:12 +00:00
9298c1ae8d chore(deps): update actions/checkout digest to 11bd719 2024-10-26 00:01:49 +00:00
263d02d29e chore(deps): update actions/checkout digest to eef6144 2024-10-12 00:02:31 +00:00
9ab5130a6f chore(deps): update sonarsource/sonarqube-scan-action digest to 884b794 2024-09-28 00:01:07 +00:00
65121da711 chore(deps): update actions/setup-node digest to 0a44ba7 2024-09-21 00:01:18 +00:00
e44262415d always lint 2024-09-04 08:43:02 +02:00
11c5722cd7 chore(deps): pin dependencies (#1)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  -> `692973e` |
| [actions/setup-node](https://github.com/actions/setup-node) | action | pinDigest |  -> `1e60f62` |
| [sibiraj-s/action-eslint](https://github.com/sibiraj-s/action-eslint) | action | pinDigest |  -> `bcf41bb` |

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4zOS42IiwidXBkYXRlZEluVmVyIjoiMzguMzkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #1
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2024-08-18 21:02:29 +02:00
3cfe177994 add linting, sonarqube, renovate 2024-08-18 20:16:00 +02:00