chore(deps): update dependency scriban to 7.4.0 - #160
Merged
Conversation
Contributor
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 2 | 0 | 0 | 0.06s | |
| ✅ ACTION | zizmor | 2 | 0 | 0 | 4.25s | |
| csharpier | 34 | 1 | 0 | 17.12s | ||
| ✅ EDITORCONFIG | editorconfig-checker | 68 | 0 | 0 | 0.31s | |
| ✅ JSON | jsonlint | 18 | 0 | 0 | 0.14s | |
| prettier | 18 | 1 | 0 | 0.76s | ||
| ✅ JSON | v8r | 18 | 0 | 0 | 5.65s | |
| markdownlint | 2 | 2 | 0 | 0.65s | ||
| ✅ MARKDOWN | markdown-table-formatter | 2 | 0 | 0 | 0.2s | |
| ✅ REPOSITORY | betterleaks | yes | no | no | 2.01s | |
| ✅ REPOSITORY | checkov | yes | no | no | 29.6s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.05s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.57s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.02s | |
| ✅ REPOSITORY | kingfisher | yes | no | no | 12.56s | |
| ✅ REPOSITORY | osv-scanner | yes | no | no | 0.74s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.43s | |
| ✅ REPOSITORY | syft | yes | no | no | 3.51s | |
| ✅ REPOSITORY | trivy | yes | no | no | 12.73s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.56s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 7.61s | |
| ✅ YAML | prettier | 5 | 0 | 0 | 0.41s | |
| ✅ YAML | v8r | 5 | 0 | 0 | 4.47s | |
| ✅ YAML | yamllint | 5 | 0 | 0 | 1.76s |
Detailed Issues
⚠️ CSHARP / csharpier - 1 error
Error ./Directory.Build.props - Was not formatted.
----------------------------- Expected: Around Line 46 -----------------------------
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
</ItemGroup>
----------------------------- Actual: Around Line 46 -----------------------------
<ItemGroup>
<PackageReference
Include="Microsoft.SourceLink.GitHub"
Error ./src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj - Was not formatted.
----------------------------- Expected: Around Line 24 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
</ItemGroup>
----------------------------- Actual: Around Line 24 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference
Include="Microsoft.CodeAnalysis.Analyzers"
Error ./src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj - Was not formatted.
----------------------------- Expected: Around Line 12 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
<PackageReference Include="Hl7.Fhir.R4" PrivateAssets="all" GeneratePathProperty="true" />
----------------------------- Actual: Around Line 12 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference
Include="Microsoft.CodeAnalysis.Analyzers"
Error ./src/FhirParametersGenerator.Benchmark/FhirParametersGenerator.Benchmark.csproj - Was not formatted.
----------------------------- Expected: Around Line 12 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
</ItemGroup>
----------------------------- Actual: Around Line 12 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference
Include="Microsoft.CodeAnalysis.Analyzers"
Error ./src/FhirParametersGenerator.Tests/FhirParametersGenerator.Tests.csproj - Was not formatted.
----------------------------- Expected: Around Line 23 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
</ItemGroup>
----------------------------- Actual: Around Line 23 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference
Include="Microsoft.CodeAnalysis.Analyzers"
Error ./src/FhirParametersGenerator/FhirParametersGenerator.csproj - Was not formatted.
----------------------------- Expected: Around Line 11 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
</ItemGroup>
----------------------------- Actual: Around Line 11 -----------------------------
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<PackageReference
Include="Microsoft.CodeAnalysis.Analyzers"
Checked 24 files in 16811ms.
⚠️ MARKDOWN / markdownlint - 2 errors
CHANGELOG.md:32 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:37 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Miscellaneous Chores"]
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] src/FhirOperationDefinitionGen.Tests/packages.lock.json
[warn] src/FhirOperationDefinitionGen/packages.lock.json
[warn] src/FhirParametersGenerator.Attributes/packages.lock.json
[warn] src/FhirParametersGenerator.Benchmark/packages.lock.json
[warn] src/FhirParametersGenerator.Demo/packages.lock.json
[warn] src/FhirParametersGenerator.Tests/packages.lock.json
[warn] src/FhirParametersGenerator/packages.lock.json
[warn] Code style issues found in 7 files. Run Prettier with --write to fix.
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,CSHARP_CSHARPIER,EDITORCONFIG_EDITORCONFIG_CHECKER,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_DUSTILOCK,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_BETTERLEAKS,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,REPOSITORY_KINGFISHER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

Show us your support by starring ⭐ the repository
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 4, 2026 19:31
e8c7641 to
1e55811
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 5, 2026 09:25
1e55811 to
04de929
Compare
chgl
approved these changes
Sep 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.6→7.4.0Release Notes
scriban/scriban (Scriban)
v7.4.0Compare Source
Changes
🐛 Bug Fixes
d3ed088)🧰 Misc
4704527)Full Changelog: 7.3.0...7.4.0
Published with dotnet-releaser
v7.3.0Compare Source
Changes
🧰 Misc
2912180)Full Changelog: 7.2.7...7.3.0
Published with dotnet-releaser
v7.2.7Compare Source
Changes
🧰 Misc
ab48480)Full Changelog: 7.2.6...7.2.7
Published with dotnet-releaser
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.