chore(deps): update github-actions#130
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 1 | 0 | 0 | 0.03s | |
| ✅ ACTION | zizmor | 1 | 0 | 0 | 0.95s | |
| csharpier | 32 | 1 | 0 | 17.94s | ||
| ✅ EDITORCONFIG | editorconfig-checker | 62 | 0 | 0 | 0.09s | |
| ✅ JSON | jsonlint | 16 | 0 | 0 | 0.12s | |
| prettier | 16 | 1 | 0 | 0.67s | ||
| ✅ JSON | v8r | 16 | 0 | 0 | 5.1s | |
| ✅ MARKDOWN | markdownlint | 1 | 0 | 0 | 0.61s | |
| ✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.23s | |
| ✅ REPOSITORY | checkov | yes | no | no | 26.37s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.03s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.78s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | kingfisher | yes | no | no | 11.68s | |
| ✅ REPOSITORY | osv-scanner | yes | no | no | 1.34s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.8s | |
| ✅ REPOSITORY | syft | yes | no | no | 7.24s | |
| ✅ REPOSITORY | trivy | yes | no | no | 12.28s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.46s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 3.86s | |
| ✅ YAML | prettier | 4 | 0 | 0 | 0.5s | |
| ✅ YAML | v8r | 4 | 0 | 0 | 4.07s | |
| ✅ YAML | yamllint | 4 | 0 | 0 | 0.5s |
Detailed Issues
⚠️ CSHARP / csharpier - 1 error
Error ./src/FhirParametersGenerator.Demo/Program.cs - Was not formatted.
----------------------------- Expected: Around Line 49 -----------------------------
EnablePartialDatesForRedact = true,
RestrictedAreas = new List<string>
{
----------------------------- Actual: Around Line 49 -----------------------------
EnablePartialDatesForRedact = true,
RestrictedAreas = new List<string> { "036", "692", "878", "059", "790", "879", "063", "821", "884", "102", "823", "890" },
},
Error ./src/FhirParametersGenerator.Tests/GenerateFhirParametersTests.cs - Was not formatted.
----------------------------- Expected: Around Line 89 -----------------------------
Name = "test",
Data = new NestedData { Key = "mykey", Flag = true },
};
----------------------------- Actual: Around Line 89 -----------------------------
Name = "test",
Data = new NestedData { Key = "mykey", Flag = true }
};
Error ./src/FhirParametersGenerator/FhirParametersSourceGenerator.cs - Was not formatted.
----------------------------- Expected: Around Line 244 -----------------------------
{
classSymbol.ToDisplayString(),
};
----------------------------- Actual: Around Line 244 -----------------------------
{
classSymbol.ToDisplayString()
};
Checked 23 files in 17724ms.
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] .config/dotnet-tools.json
[warn] .renovaterc.json
[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 9 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.5.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_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
b3e16f6 to
8b0b013
Compare
0e5e4eb to
dbd8b0d
Compare
0fb1c17 to
fda9322
Compare
fda9322 to
030c46b
Compare
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:
v5.3.0→v5.4.0v1.21.4→v1.22.4Release Notes
actions/setup-dotnet (actions/setup-dotnet)
v5.4.0Compare Source
What's Changed
Enhancements
Documentation
Bug Fixes
Dependency Updates
New Contributors
Full Changelog: actions/setup-dotnet@v5...v5.4.0
miracum/.github (miracum/.github)
v1.22.4Compare Source
Bug Fixes
v1.22.3Compare Source
Miscellaneous Chores
v1.22.2Compare Source
Bug Fixes
v1.22.1Compare Source
Miscellaneous Chores
v1.22.0Compare Source
Features
Bug Fixes
v1.21.6Compare Source
Miscellaneous Chores
v1.21.5Compare Source
Miscellaneous Chores
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.