Skip to content

chore(deps): update github-actions#130

Open
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/github-actions
Open

chore(deps): update github-actions#130
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action minor v5.3.0v5.4.0
miracum/.github action minor v1.21.4v1.22.4

Release Notes

actions/setup-dotnet (actions/setup-dotnet)

v5.4.0

Compare 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.4

Compare Source

Bug Fixes

v1.22.3

Compare Source

Miscellaneous Chores

v1.22.2

Compare Source

Bug Fixes

v1.22.1

Compare Source

Miscellaneous Chores

v1.22.0

Compare Source

Features
Bug Fixes

v1.21.6

Compare Source

Miscellaneous Chores

v1.21.5

Compare Source

Miscellaneous Chores

Configuration

📅 Schedule: (UTC)

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.03s
✅ ACTION zizmor 1 0 0 0.95s
⚠️ CSHARP csharpier 32 1 0 17.94s
✅ EDITORCONFIG editorconfig-checker 62 0 0 0.09s
✅ JSON jsonlint 16 0 0 0.12s
⚠️ JSON 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

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate renovate Bot force-pushed the renovate/github-actions branch from b3e16f6 to 8b0b013 Compare July 1, 2026 01:09
@renovate renovate Bot changed the title chore(deps): update actions/setup-dotnet action to v5.4.0 chore(deps): update github-actions Jul 1, 2026
@renovate renovate Bot force-pushed the renovate/github-actions branch 5 times, most recently from 0e5e4eb to dbd8b0d Compare July 5, 2026 19:01
@renovate renovate Bot force-pushed the renovate/github-actions branch 2 times, most recently from 0fb1c17 to fda9322 Compare July 10, 2026 13:38
@renovate renovate Bot force-pushed the renovate/github-actions branch from fda9322 to 030c46b Compare July 13, 2026 21:33
Copilot finished work on behalf of chgl July 13, 2026 21:41
Copilot AI requested a review from chgl July 13, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant