2c3850834d 
					 
					
						
						
							
							chore(deps): update sonarsource/sonarqube-scan-action action to v6 ( #35 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | major | `v5.3.1` -> `v6.0.0` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v6.0.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v6.0.0 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v5.3.1...v6.0.0 )
##### BREAKING CHANGE!
In order to prevent command-line injection, the actions has been rewritten from Bash to JS, and the `args` input is now parsed differently. When updating to v6, you might have to update your workflow to change how arguments are quoted.
For example, if you were previously passing:
```yaml
- uses: SonarSource/sonarqube-scan-action@<action version>
  with:
    args: >
      -Dsonar.projectName="My Project"
```
you should now pass:
```yaml
- uses: SonarSource/sonarqube-scan-action@<action version>
  with:
    args: >
      "-Dsonar.projectName=My Project"
```
For more `args` passing examples, please refer to the [README](https://github.com/SonarSource/sonarqube-scan-action/tree/master?tab=readme-ov-file#args ) file
##### What's Changed
- SQSCANGHA-106 Migrate from Bash to JS by [@​jeremy-davis-sonarsource](https://github.com/jeremy-davis-sonarsource ) in [#​208](https://github.com/SonarSource/sonarqube-scan-action/pull/208 )
**Full Changelog**: <https://github.com/SonarSource/sonarqube-scan-action/compare/v5.3.1...v6.0.0 >
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNyIsInVwZGF0ZWRJblZlciI6IjQxLjExNi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #35 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-09-18 21:45:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						18a4748738 
					 
					
						
						
							
							chore(deps): update actions/checkout action to v5 ( #29 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v4` -> `v5` |
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v4.3.0` -> `v5.0.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5`](https://github.com/actions/checkout/compare/v4...v5 )
[Compare Source](https://github.com/actions/checkout/compare/v4...v5 )
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNjUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #29 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-09-15 11:34:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7eab189f0f 
					 
					
						
						
							
							chore(deps): update actions/setup-python action to v6 ( #33 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python ) | action | major | `v5` -> `v6` |
---
### Release Notes
<details>
<summary>actions/setup-python (actions/setup-python)</summary>
### [`v6`](https://github.com/actions/setup-python/compare/v5...v6 )
[Compare Source](https://github.com/actions/setup-python/compare/v5...v6 )
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS40IiwidXBkYXRlZEluVmVyIjoiNDEuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #33 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-09-12 19:31:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						17a58093c4 
					 
					
						
						
							
							chore(deps): update hadolint/hadolint-action action to v3.2.0 ( #32 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action ) | action | minor | `v3.1.0` -> `v3.2.0` |
---
### Release Notes
<details>
<summary>hadolint/hadolint-action (hadolint/hadolint-action)</summary>
### [`v3.2.0`](https://github.com/hadolint/hadolint-action/releases/tag/v3.2.0 )
[Compare Source](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0 )
##### Features
- new minor release ([3fc49fb](3fc49fb50d ))
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS40IiwidXBkYXRlZEluVmVyIjoiNDEuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #32 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-09-09 14:57:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cdc2daf1d1 
					 
					
						
						
							
							chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.1 ( #31 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | patch | `v5.3.0` -> `v5.3.1` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v5.3.1`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.3.1 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v5.3.0...v5.3.1 )
##### What's Changed
- Fix the scanner-update script by [@​henryju](https://github.com/henryju ) in [#​194](https://github.com/SonarSource/sonarqube-scan-action/pull/194 )
- SQSCANGHA-100 NO-JIRA Bump actions/checkout from 4 to 5 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​197](https://github.com/SonarSource/sonarqube-scan-action/pull/197 )
- SQSCANGHA-101 Add more input injection tests by [@​aleksandra-bozhinoska-sonarsource](https://github.com/aleksandra-bozhinoska-sonarsource ) in [#​200](https://github.com/SonarSource/sonarqube-scan-action/pull/200 )
- pin actions/cache to a full-length commit SHA by [@​daantimmer](https://github.com/daantimmer ) in [#​199](https://github.com/SonarSource/sonarqube-scan-action/pull/199 )
##### New Contributors
- [@​daantimmer](https://github.com/daantimmer ) made their first contribution in [#​199](https://github.com/SonarSource/sonarqube-scan-action/pull/199 )
**Full Changelog**: <https://github.com/SonarSource/sonarqube-scan-action/compare/v5...v5.3.1 >
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44OC4yIiwidXBkYXRlZEluVmVyIjoiNDEuODguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #31 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-08-29 20:18:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7621301358 
					 
					
						
						
							
							chore(deps): update actions/attest-build-provenance action to v3 ( #30 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) | action | major | `v2` -> `v3` |
---
### Release Notes
<details>
<summary>actions/attest-build-provenance (actions/attest-build-provenance)</summary>
### [`v3`](https://github.com/actions/attest-build-provenance/compare/v2...v3 )
[Compare Source](https://github.com/actions/attest-build-provenance/compare/v2...v3 )
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44OC4yIiwidXBkYXRlZEluVmVyIjoiNDEuODguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #30 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-08-29 20:18:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8596fba7fb 
					 
					
						
						
							
							chore(deps): update actions/checkout action to v4.3.0 ( #28 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | minor | `v4.2.2` -> `v4.3.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v4.3.0`](https://github.com/actions/checkout/releases/tag/v4.3.0 )
[Compare Source](https://github.com/actions/checkout/compare/v4.2.2...v4.3.0 )
#### What's Changed
- docs: update README.md by [@​motss](https://github.com/motss ) in https://github.com/actions/checkout/pull/1971 
- Add internal repos for checking out multiple repositories by [@​mouismail](https://github.com/mouismail ) in https://github.com/actions/checkout/pull/1977 
- Documentation update - add recommended permissions to Readme by [@​benwells](https://github.com/benwells ) in https://github.com/actions/checkout/pull/2043 
- Adjust positioning of user email note and permissions heading by [@​joshmgross](https://github.com/joshmgross ) in https://github.com/actions/checkout/pull/2044 
- Update README.md by [@​nebuk89](https://github.com/nebuk89 ) in https://github.com/actions/checkout/pull/2194 
- Update CODEOWNERS for actions by [@​TingluoHuang](https://github.com/TingluoHuang ) in https://github.com/actions/checkout/pull/2224 
- Update package dependencies by [@​salmanmkc](https://github.com/salmanmkc ) in https://github.com/actions/checkout/pull/2236 
- Prepare release v4.3.0 by [@​salmanmkc](https://github.com/salmanmkc ) in https://github.com/actions/checkout/pull/2237 
#### New Contributors
- [@​motss](https://github.com/motss ) made their first contribution in https://github.com/actions/checkout/pull/1971 
- [@​mouismail](https://github.com/mouismail ) made their first contribution in https://github.com/actions/checkout/pull/1977 
- [@​benwells](https://github.com/benwells ) made their first contribution in https://github.com/actions/checkout/pull/2043 
- [@​nebuk89](https://github.com/nebuk89 ) made their first contribution in https://github.com/actions/checkout/pull/2194 
- [@​salmanmkc](https://github.com/salmanmkc ) made their first contribution in https://github.com/actions/checkout/pull/2236 
**Full Changelog**: https://github.com/actions/checkout/compare/v4...v4.3.0 
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #28 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-08-12 22:09:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f8ee92b899 
					 
					
						
						
							
							chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 ( #27 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | minor | `v5.2.0` -> `v5.3.0` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v5.3.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.3.0 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v5.2.0...v5.3.0 )
##### What's Changed
- SQSCANGHA-83 Avoid unbound variable error on parameter expansion by [@​aleksandra-bozhinoska-sonarsource](https://github.com/aleksandra-bozhinoska-sonarsource ) in https://github.com/SonarSource/sonarqube-scan-action/pull/192 
- SQSCANGHA-97 Use /usr/bin/env for shebang by [@​eliandoran](https://github.com/eliandoran ) in https://github.com/SonarSource/sonarqube-scan-action/pull/193 
- SQSCANGHA-98 Update SonarScanner CLI to 7.2.0.5079 by [@​github-actions](https://github.com/github-actions )\[bot] in https://github.com/SonarSource/sonarqube-scan-action/pull/196 
##### New Contributors
- [@​eliandoran](https://github.com/eliandoran ) made their first contribution in https://github.com/SonarSource/sonarqube-scan-action/pull/193 
**Full Changelog**: https://github.com/SonarSource/sonarqube-scan-action/compare/v5.2.0...v5.3.0 
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDEuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #27 
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-07-27 17:43:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						12770e487b 
					 
					
						
						
							
							Update .gitea/workflows/release-with-tag.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-10 21:27:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6b484d88f3 
					 
					
						
						
							
							Update .gitea/workflows/create-release-preexisting-tag.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-07 00:39:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ae7a0e9477 
					 
					
						
						
							
							Update .gitea/workflows/create-release-preexisting-tag.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-07 00:32:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eea7088054 
					 
					
						
						
							
							Add .gitea/workflows/create-release-preexisting-tag.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-07 00:27:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0bbbfe3ff1 
					 
					
						
						
							
							Update .gitea/workflows/release-with-tag.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-07 00:10:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b51168ccfd 
					 
					
						
						
							
							Add .gitea/workflows/release-with-tag.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-07 00:05:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c925d6228b 
					 
					
						
						
							
							Add .gitea/workflows/changelog.yaml  
						
						 
						
						
						
						
					 
					
						2025-05-06 23:29:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dc651631dd 
					 
					
						
						
							
							chore(deps): update sonarsource/sonarqube-scan-action action to v5.2.0 ( #26 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | minor | `v5.1.0` -> `v5.2.0` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v5.2.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.2.0 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v5.1.0...v5.2.0 )
#### What's Changed
-   SQSCANGHA-90 remove mend dead conf by [@​pierre-guillot-gh](https://github.com/pierre-guillot-gh ) in https://github.com/SonarSource/sonarqube-scan-action/pull/184 
-   SQSCANGHA-89 Attempt to fix command injection by [@​henryju](https://github.com/henryju ) in https://github.com/SonarSource/sonarqube-scan-action/pull/186 
-   SQSCANGHA-93 Fix madhead/semver-utils' version by [@​csaba-feher-sonarsource](https://github.com/csaba-feher-sonarsource ) in https://github.com/SonarSource/sonarqube-scan-action/pull/187 
-   SQSCANGHA-94 Update version update logic by [@​csaba-feher-sonarsource](https://github.com/csaba-feher-sonarsource ) in https://github.com/SonarSource/sonarqube-scan-action/pull/188 
-   SQSCANGHA-92 Validate scanner version by [@​csaba-feher-sonarsource](https://github.com/csaba-feher-sonarsource ) in https://github.com/SonarSource/sonarqube-scan-action/pull/189 
**Full Changelog**: https://github.com/SonarSource/sonarqube-scan-action/compare/v5...v5.2.0 
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjkiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19-->
Reviewed-on: #26 
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-05-06 21:17:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						852a512919 
					 
					
						
						
							
							chore(deps): update appleboy/scp-action action to v1 ( #25 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [appleboy/scp-action](https://github.com/appleboy/scp-action ) | action | major | `v0.1.7` -> `v1.0.0` |
---
### Release Notes
<details>
<summary>appleboy/scp-action (appleboy/scp-action)</summary>
### [`v1.0.0`](https://github.com/appleboy/scp-action/releases/tag/v1.0.0 )
[Compare Source](https://github.com/appleboy/scp-action/compare/v0.1.7...v1.0.0 )
#### Changelog
##### Features
-   [`172d463`](172d4632fe ): feat(actions): improve API robustness and testing coverage ([@​appleboy](https://github.com/appleboy ))
-   [`98b7132`](98b7132065 ): feat: migrate to composite action with dynamic drone-scp support ([#​197](https://github.com/appleboy/scp-action/issues/197 )) ([@​appleboy](https://github.com/appleboy ))
##### Others
-   [`b03d725`](b03d7257ae ): style: improve readability and functionality across multiple components ([@​appleboy](https://github.com/appleboy ))
##### Enhancements
-   [`699fa11`](699fa1181c ): chore(deps): bump tj-actions/changed-files from 41 to 42 ([#​165](https://github.com/appleboy/scp-action/issues/165 )) ([@​dependabot](https://github.com/dependabot )\[bot])
-   [`f314a53`](f314a5399e ): chore(deps): bump tj-actions/changed-files from 42 to 43 ([#​170](https://github.com/appleboy/scp-action/issues/170 )) ([@​dependabot](https://github.com/dependabot )\[bot])
-   [`9ba6206`](9ba62064d2 ): chore(deps): bump tj-actions/changed-files from 43 to 44 ([#​171](https://github.com/appleboy/scp-action/issues/171 )) ([@​dependabot](https://github.com/dependabot )\[bot])
-   [`7622c01`](7622c01418 ): chore: update tj-actions/changed-files action version ([@​appleboy](https://github.com/appleboy ))
-   [`6aff649`](6aff6492ae ): chore: bump default DRONE_SCP_VERSION to 1.8.0 ([@​appleboy](https://github.com/appleboy ))
##### Refactor
-   [`93e17a4`](93e17a47f9 ): refactor(actions): standardize configuration file formatting and defaults ([@​appleboy](https://github.com/appleboy ))
##### Build process updates
-   [`c6ff96b`](c6ff96b7f6 ): ci: implement automated release workflow with GoReleaser ([@​appleboy](https://github.com/appleboy ))
-   [`f042d74`](f042d742db ): ci(github): improve system performance and stability ([@​appleboy](https://github.com/appleboy ))
-   [`f5c6c23`](f5c6c234bd ): ci: align workflow naming with updated testing conventions ([@​appleboy](https://github.com/appleboy ))
##### Documentation updates
-   [`9f34cc3`](9f34cc3e55 ): docs(readme): update dependency in example ([#​159](https://github.com/appleboy/scp-action/issues/159 )) ([@​ilyabrin](https://github.com/ilyabrin ))
-   [`ad9a378`](ad9a378b7f ): docs(readme): enhance IP protocol configuration options ([@​appleboy](https://github.com/appleboy ))
-   [`4f2c27b`](4f2c27bbc2 ): docs: improve documentation and testing configurations ([#​193](https://github.com/appleboy/scp-action/issues/193 )) ([@​appleboy](https://github.com/appleboy ))
-   [`2a829c0`](2a829c0ed2 ): docs: improve API performance and update documentation ([@​appleboy](https://github.com/appleboy ))
-   [`3d59448`](3d59448764 ): docs: enhance SSH configuration documentation and testing ([@​appleboy](https://github.com/appleboy ))
-   [`bc835cb`](bc835cba55 ): docs: refine input descriptions for clarity and user guidance ([@​appleboy](https://github.com/appleboy ))
-   [`e55e4ea`](e55e4eabdc ): docs: refine and expand documentation for variable configuration ([@​appleboy](https://github.com/appleboy ))
-   [`bf323b8`](bf323b8729 ): docs: overhaul and enrich documentation for clarity and onboarding ([@​appleboy](https://github.com/appleboy ))
-   [`17026f9`](17026f90b8 ): docs: add comprehensive Chinese documentation and localization support ([@​appleboy](https://github.com/appleboy ))
-   [`6b2d309`](6b2d3092e3 ): docs: update README badges to reference lint and test workflow ([@​appleboy](https://github.com/appleboy ))
-   [`ff85246`](ff85246aca ): docs: update documentation to use latest scp-action version ([@​appleboy](https://github.com/appleboy ))
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #25 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-04-27 16:15:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						172aa32d4b 
					 
					
						
						
							
							chore(deps): update sonarsource/sonarqube-scan-action action to v5.1.0 ( #24 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | minor | `v5.0.0` -> `v5.1.0` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v5.1.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.1.0 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v5.0.0...v5.1.0 )
#### What's Changed
-   Update SonarScanner CLI to 7.1.0.4889 to support sonar.region=us by [@​github-actions](https://github.com/github-actions ) in https://github.com/SonarSource/sonarqube-scan-action/pull/183 
**Full Changelog**: https://github.com/SonarSource/sonarqube-scan-action/compare/v5.0.0...v5.1.0 
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #24 
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-03-24 19:15:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						691d3c563f 
					 
					
						
						
							
							chore(deps): update  https://git.tainton.uk/actions/pushover-action  action to v1.1.3 ( #23 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://git.tainton.uk/actions/pushover-action ](https://git.tainton.uk/actions/pushover-action ) | action | patch | `v1.1.0` -> `v1.1.3` |
---
### Release Notes
<details>
<summary>actions/pushover-action (https://git.tainton.uk/actions/pushover-action )</summary>
### [`v1.1.3`](https://git.tainton.uk/actions/pushover-action/compare/v1.1.2...v1.1.3 )
[Compare Source](https://git.tainton.uk/actions/pushover-action/compare/v1.1.2...v1.1.3 )
### [`v1.1.2`](https://git.tainton.uk/actions/pushover-action/compare/v1.1.1...v1.1.2 )
[Compare Source](https://git.tainton.uk/actions/pushover-action/compare/v1.1.1...v1.1.2 )
### [`v1.1.1`](https://git.tainton.uk/actions/pushover-action/compare/v1.1.0...v1.1.1 )
[Compare Source](https://git.tainton.uk/actions/pushover-action/compare/v1.1.0...v1.1.1 )
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #23 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-03-23 22:15:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						391f3d91d5
	 
				 
					 
					
						
						
							
							Switch to custom PO action  
						
						 
						
						
						
						
					 
					
						2025-03-23 20:52:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						760677ad0b
	 
				 
					 
					
						
						
							
							add msg to pushover  
						
						 
						
						
						
						
					 
					
						2025-03-23 20:19:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eb015fdf76 
					 
					
						
						
							
							Update .gitea/workflows/docker-compose-deploy.yml  
						
						 
						
						
						
						
					 
					
						2025-03-23 21:07:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a8cb18773b 
					 
					
						
						
							
							Update .gitea/workflows/docker-compose-remove.yml  
						
						 
						
						
						
						
					 
					
						2025-03-23 21:07:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						50aad049e7
	 
				 
					 
					
						
						
							
							add docker compose flows  
						
						 
						
						
						
						
					 
					
						2025-03-23 20:03:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d57ab1717 
					 
					
						
						
							
							chore(deps): update sonarsource/sonarqube-scan-action action to v5 ( #22 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | major | `v4.2.1` -> `v5.0.0` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v5.0.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.0.0 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v4.2.1...v5.0.0 )
#### What's Changed
-   SQSCANGHA-81 Update SonarScanner CLI to 7.0.2.4839 by [@​github-actions](https://github.com/github-actions ) in https://github.com/SonarSource/sonarqube-scan-action/pull/175 
**Full Changelog**: https://github.com/SonarSource/sonarqube-scan-action/compare/v4...v5.0.0 
</details>
---
### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzEuMyIsInVwZGF0ZWRJblZlciI6IjM5LjE3MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #22 
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk > 
						
						
					 
					
						2025-02-17 11:58:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9deb6efa52 
					 
					
						
						
							
							Update renovate.json  
						
						 
						
						
						
						
					 
					
						2025-02-17 11:56:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fd2c41dad2 
					 
					
						
						
							
							Update .gitea/workflows/create-release.yml  
						
						 
						
						
						
						
					 
					
						2025-02-15 20:00:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1d076c033b 
					 
					
						
						
							
							Update .gitea/workflows/ci-python-uv-with-docker.yml  
						
						 
						
						
						
						
					 
					
						2025-02-09 21:01:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c28e01b9de 
					 
					
						
						
							
							Update .gitea/workflows/conventional-commit.yml  
						
						 
						
						
						
						
					 
					
						2025-02-04 21:17:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dc06e5ccc9 
					 
					
						
						
							
							Update .gitea/workflows/conventional-commit.yml  
						
						 
						
						
						
						
					 
					
						2025-02-04 21:16:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c557b742bd 
					 
					
						
						
							
							Update .gitea/workflows/conventional-commit.yml  
						
						 
						
						
						
						
					 
					
						2025-02-04 21:14:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b599bf7659 
					 
					
						
						
							
							Update .gitea/workflows/conventional-commit.yml  
						
						 
						
						
						
						
					 
					
						2025-01-16 23:45:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fe845eed9 
					 
					
						
						
							
							fix(conventional-commit): bump to v1.2.1  
						
						 
						
						
						
						
					 
					
						2025-01-16 23:34:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3ceee60dbb 
					 
					
						
						
							
							Update .gitea/workflows/conventional-commit.yml  
						
						 
						
						
						
						
					 
					
						2025-01-15 23:07:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2147bd678d 
					 
					
						
						
							
							Update .gitea/workflows/create-release.yml  
						
						 
						
						
						
						
					 
					
						2025-01-15 23:07:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						78d01c4b25 
					 
					
						
						
							
							Update .gitea/workflows/build-push-docker.yml  
						
						 
						
						
						
						
					 
					
						2025-01-12 22:20:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a5ef87e908
	 
				 
					 
					
						
						
							
							double quote GITEA_OUTPUT  
						
						 
						
						
						
						
					 
					
						2025-01-12 21:04:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f4b7546848 
					 
					
						
						
							
							Update .gitea/workflows/create-release.yml  
						
						 
						
						
						
						
					 
					
						2025-01-12 21:29:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9a9c248250 
					 
					
						
						
							
							fix(ci): remove unnecessary output  
						
						 
						
						
						
						
					 
					
						2025-01-12 21:15:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						147b72d437 
					 
					
						
						
							
							fix(ci): don't require non-existent job  
						
						 
						
						
						
						
					 
					
						2025-01-12 21:11:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						df82bf6fd4 
					 
					
						
						
							
							fix(ci): update name of job  
						
						 
						
						
						
						
					 
					
						2025-01-12 21:09:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3fde2411aa
	 
				 
					 
					
						
						
							
							fix(ci): add missing runs-on attribute  
						
						 
						
						
						
						
					 
					
						2025-01-12 19:58:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8278cfe34a 
					 
					
						
						
							
							fix(ci): correct output  
						
						 
						
						
						
						
					 
					
						2025-01-12 20:47:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						46881a8a45
	 
				 
					 
					
						
						
							
							fix(ci): move to Create Release action  
						
						 
						
						
						
						
					 
					
						2025-01-12 19:43:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1b0b193a08 
					 
					
						
						
							
							Update .gitea/workflows/build-push-docker.yml  
						
						 
						
						
						
						
					 
					
						2025-01-12 20:05:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ec9f1befc7 
					 
					
						
						
							
							Update .gitea/workflows/create-release.yml  
						
						 
						
						
						
						
					 
					
						2025-01-12 20:04:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aeaf066e14
	 
				 
					 
					
						
						
							
							feat(ci): add conventional commit  
						
						 
						
						
						
						
					 
					
						2025-01-12 18:48:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						36e486b708
	 
				 
					 
					
						
						
							
							Gitea 1.23.1 2  
						
						 
						
						
						
						
					 
					
						2025-01-12 18:23:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bdde495d62
	 
				 
					 
					
						
						
							
							Gitea 1.23.1  
						
						 
						
						
						
						
					 
					
						2025-01-12 18:14:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f34cc5dfc
	 
				 
					 
					
						
						
							
							Update Renovate config  
						
						 
						
						
						
						
					 
					
						2025-01-02 13:16:46 +00:00