-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update github-actions (major) #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-github-actions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
✅
|
Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
---|---|---|---|---|---|---|
✅ ACTION | actionlint | 3 | 0 | 0 | 0.02s | |
csharpier | 29 | 1 | 0 | 4.09s | ||
✅ EDITORCONFIG | editorconfig-checker | 54 | 0 | 0 | 0.23s | |
✅ JSON | jsonlint | 9 | 0 | 0 | 0.15s | |
prettier | 9 | 1 | 0 | 0.58s | ||
✅ JSON | v8r | 9 | 0 | 0 | 5.11s | |
✅ MARKDOWN | markdownlint | 1 | 0 | 0 | 0.54s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.25s | |
✅ REPOSITORY | dustilock | yes | no | no | 0.01s | |
✅ REPOSITORY | gitleaks | yes | no | no | 0.12s | |
✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | no | 29.11s | |
✅ REPOSITORY | kics | yes | no | no | 1.47s | |
✅ REPOSITORY | secretlint | yes | no | no | 1.13s | |
✅ REPOSITORY | syft | yes | no | no | 1.49s | |
✅ REPOSITORY | trivy | yes | no | no | 7.38s | |
✅ REPOSITORY | trivy-sbom | yes | no | no | 0.21s | |
✅ REPOSITORY | trufflehog | yes | no | no | 4.61s | |
✅ YAML | prettier | 6 | 0 | 0 | 0.38s | |
✅ YAML | v8r | 6 | 0 | 0 | 4.11s | |
✅ YAML | yamllint | 6 | 0 | 0 | 0.33s |
Detailed Issues
⚠️ CSHARP / csharpier - 1 error
Error ./Directory.Build.props - Was not formatted.
----------------------------- Expected: Around Line 11 -----------------------------
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<!-- https://github.com/dotnet/msbuild/blob/main/documentation/ProjectReference-Protocol.md#setplatform-negotiation -->
<EnableDynamicPlatformResolution>true</EnableDynamicPlatformResolution>
----------------------------- Actual: Around Line 11 -----------------------------
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<!-- https://github.com/dotnet/msbuild/blob/main/documentation/ProjectReference-Protocol.md#setplatform-negotiation -->
Error ./src/Directory.Build.props - Was not formatted.
----------------------------- Expected: Around Line 2 -----------------------------
<Project>
<Import
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, Directory.Build.props))\Directory.Build.props"
----------------------------- Actual: Around Line 2 -----------------------------
<Project>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, Directory.Build.props))\Directory.Build.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, Directory.Build.props))' != '' " />
</Project>
Error ./src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj - Was not formatted.
----------------------------- Expected: Around Line 8 -----------------------------
</PropertyGroup>
<PropertyGroup>
<NoWarn>1591</NoWarn>
----------------------------- Actual: Around Line 8 -----------------------------
</PropertyGroup>
<PropertyGroup>
Error ./src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj - Was not formatted.
----------------------------- Expected: Around Line 9 -----------------------------
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
----------------------------- Actual: Around Line 9 -----------------------------
</PropertyGroup>
<ItemGroup>
Error ./src/FhirParametersGenerator.Attributes/FhirParametersGenerator.Attributes.csproj - Was not formatted.
----------------------------- Expected: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
----------------------------- Actual: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
Error ./src/FhirParametersGenerator.Benchmark/FhirParametersGenerator.Benchmark.csproj - Was not formatted.
----------------------------- Expected: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
----------------------------- Actual: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
Error ./src/FhirParametersGenerator.Benchmark/Program.cs - Was not formatted.
----------------------------- Expected: Around Line 37 -----------------------------
typeof(GenerateFhirParametersAttribute).Assembly.Location
),
}
----------------------------- Actual: Around Line 37 -----------------------------
typeof(GenerateFhirParametersAttribute).Assembly.Location
)
}
Error ./src/FhirParametersGenerator.Demo/FhirParametersGenerator.Demo.csproj - Was not formatted.
----------------------------- Expected: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
----------------------------- Actual: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
Error ./src/FhirParametersGenerator.Demo/Program.cs - Was not formatted.
----------------------------- Expected: Around Line 17 -----------------------------
{
new HumanName() { Given = new[] { "Test" }, Family = "User" },
},
----------------------------- Actual: Around Line 17 -----------------------------
{
new HumanName() { Given = new[] { "Test" }, Family = "User" }
},
Error ./src/FhirParametersGenerator.Tests/FhirParametersGenerator.Tests.csproj - Was not formatted.
----------------------------- Expected: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
----------------------------- Actual: Around Line 2 -----------------------------
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
Error ./src/FhirParametersGenerator.Tests/GenerateFhirParametersTests.cs - Was not formatted.
----------------------------- Expected: Around Line 18 -----------------------------
{
var t = new SimpleNameAndAgeModel { Name = "Hello", Age = 123 };
----------------------------- Actual: Around Line 18 -----------------------------
{
var t = new SimpleNameAndAgeModel { Name = "Hello", Age = 123, };
Error ./src/FhirParametersGenerator/FhirParametersGenerator.csproj - Was not formatted.
----------------------------- Expected: Around Line 9 -----------------------------
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
----------------------------- Actual: Around Line 9 -----------------------------
</PropertyGroup>
<ItemGroup>
Checked 23 files in 3834ms.
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] .vscode/settings.json
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
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 [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,CSHARP_CSHARPIER,EDITORCONFIG_EDITORCONFIG_CHECKER,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_DUSTILOCK,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_KICS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
c2f5c89
to
35cd80d
Compare
35cd80d
to
a325a2c
Compare
eca6c8c
to
31f87b0
Compare
438d105
to
2e358ed
Compare
2e358ed
to
88da681
Compare
99c7cbe
to
7237d35
Compare
7237d35
to
b40b720
Compare
b40b720
to
cc9153e
Compare
cc9153e
to
8bdeb45
Compare
8bdeb45
to
b700503
Compare
b700503
to
da860e8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
v4.1.4
->v5.0.0
v4.0.0
->v5.0.0
v7.11.1
->v9.0.1
22.04
->24.04
Release Notes
actions/checkout (actions/checkout)
v5.0.0
Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in #1941isGhes
by @jww3 in #1946v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in #1707actions/setup-dotnet (actions/setup-dotnet)
v5.0.0
Compare Source
What's Changed
Breaking Changes
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Updates
Bug Fixes
New Contributors
Full Changelog: actions/setup-dotnet@v4...v5.0.0
v4.3.1
Compare Source
What's Changed
v4
- Removeazureedge.net
fallback logic and update install scripts by @zaataylor in #572As outlined in Critical .NET Install Links Are Changing, remove the storage account fallback logic added for v4 in #566 and update the install scripts accordingly.
Related issue: dotnet/install-scripts#559
Full Changelog: actions/setup-dotnet@v4...v4.3.1
v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.3.0
v4.2.0
Compare Source
What's Changed
Some .NET binaries and installers currently hosted on Azure Content Delivery Network (CDN) domains ending in .azureedge.net will move to new domains as the provider, edg.io, will soon cease operations. There may be downtime or unavailability of .azureedge.net domains in the future as the .NET team is required to migrate to a new CDN and set of domains moving forward.
If your workflows are pinned to specific SHAs or minor tags, please upgrade to a major release tag to avoid service disruptions. Edgio has confirmed their services will be operational until at least January 15, 2025.
For updates, follow dotnet/core#9671.
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.2.0
v4.1.0
Compare Source
What's Changed
Bug fixes :
isGhes
logic by @jww3 in #556Dependency updates :
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.1.0
v4.0.1
Compare Source
What's Changed
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.0.1
oxsecurity/megalinter (oxsecurity/megalinter)
v9.0.1
Compare Source
v9.0.0
Compare Source
Core
npx mega-linter-runner@beta --custom-flavor-setup
to initialize repoDisabled linters
Removed linters
Linters enhancements
purpose.Dockerfile
convention eg service.Dockerfile.Fixes
--platform=linux/amd64
so it works when running locally on Mac*.pyi
and*.ipynb
files to theruff
andruff-format
lintersReporters
REPORTERS_MARKDOWN_SUMMARY_TYPE=table
Doc
Flavors
CI
mega-linter-runner
mega-linter-runner --upgrade
: Handle upgrade of github actions to their latest versionmega-linter-runner --upgrade
: Upgrades MegaLinter actions and images to v9Linter versions upgrades (68)
v8.8.0
Compare Source
Core
Linters enhancements
Fixes
Doc
Flavors
CI
Linter versions upgrades (50)
v8.7.0
Compare Source
Core
Linters enhancements
Fixes
Linter versions upgrades (27)
v8.6.0
Compare Source
Core
New linters
Media
Linters enhancements
Fixes
Doc
CI
Linter versions upgrades (50)
v8.5.0
Compare Source
Core
cli_lint_warning_count
/cli_lint_warning_regex
variables to the JSON schema. #4476, by @bdovaz in #4556Linters enhancements
Fixes
--exitCode 1
to fix #4631Doc
source .venv/Scripts/activate
on WindowsFlavors
CI
Plugins
Linter versions upgrades (55)
v8.4.2
Compare Source
Media
Fixes
Linter versions upgrades (31)
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.