chore(deps): update actions/checkout action to v7.0.1#137
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 1 | 0 | 0 | 0.08s | |
| ✅ ACTION | zizmor | 1 | 0 | 0 | 0.97s | |
| csharpier | 32 | 1 | 0 | 19.47s | ||
| ✅ EDITORCONFIG | editorconfig-checker | 62 | 0 | 0 | 0.32s | |
| ✅ JSON | jsonlint | 16 | 0 | 0 | 0.15s | |
| prettier | 16 | 1 | 0 | 1.11s | ||
| ✅ JSON | v8r | 16 | 0 | 0 | 6.36s | |
| ✅ MARKDOWN | markdownlint | 1 | 0 | 0 | 0.79s | |
| ✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.5s | |
| ✅ REPOSITORY | checkov | yes | no | no | 29.52s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.06s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 1.89s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | kingfisher | yes | no | no | 10.89s | |
| ✅ REPOSITORY | osv-scanner | yes | no | no | 0.86s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.87s | |
| ✅ REPOSITORY | syft | yes | no | no | 6.41s | |
| ✅ REPOSITORY | trivy | yes | no | no | 14.06s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.78s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.08s | |
| ✅ YAML | prettier | 4 | 0 | 0 | 0.62s | |
| ✅ YAML | v8r | 4 | 0 | 0 | 4.8s | |
| ✅ YAML | yamllint | 4 | 0 | 0 | 0.55s |
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 19189ms.
⚠️ 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
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:
v7.0.0→v7.0.1Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
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.