Skip to content

chore(deps): update github-actions (major)#105

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-actions
Open

chore(deps): update github-actions (major)#105
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-actions

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.1.4v7.0.0
actions/setup-dotnet action major v4.0.0v5.3.0
actions/upload-artifact action major v4.3.3v7.0.1
github/codeql-action action major v3.25.3v4.36.2
oxsecurity/megalinter action major v7.11.1v9.5.0
ubuntu github-runner major 22.0424.04

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

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

v5.3.0

Compare Source

What's Changed

Enhancements
Dependency Updates
Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.3.0

v5.2.0

Compare Source

What's changed

Enhancements
Dependency Updates

Full Changelog: actions/setup-dotnet@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Documentation
Dependency updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.1.0

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v5...v5.0.1

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

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 :
Dependency 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

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v5

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

github/codeql-action (github/codeql-action)

v4.36.2

Compare Source

  • Cache CodeQL CLI version information across Actions steps. #​3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #​3937
  • Update default CodeQL bundle version to 2.25.6. #​3948

v4.36.1

Compare Source

No user facing changes.

v4.36.0

Compare Source

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #​3894
  • Add support for SHA-256 Git object IDs. #​3893
  • Update default CodeQL bundle version to 2.25.5. #​3926

v4.35.5

Compare Source

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #​3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #​3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #​3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #​3880

v4.35.4

Compare Source

v4.35.3

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #​3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #​3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #​3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #​3852
  • Update default CodeQL bundle version to 2.25.3. #​3865

v4.35.2

Compare Source

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #​3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #​3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #​3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #​3807
  • Update default CodeQL bundle version to 2.25.2. #​3823

v4.35.1

Compare Source

v4.35.0

Compare Source

v4.34.1

Compare Source

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #​3762

v4.34.0

Compare Source

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #​3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #​3584
  • Update default CodeQL bundle version to 2.25.0. #​3585

v4.33.0

Compare Source

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #​3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #​3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #​3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #​3563

  • Fix

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate Bot enabled auto-merge (rebase) September 1, 2024 01:16
@github-actions

github-actions Bot commented Sep 1, 2024

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 3 0 0 0.14s
❌ ACTION zizmor 3 1 0 0.5s
⚠️ CSHARP csharpier 29 1 0 17.0s
✅ EDITORCONFIG editorconfig-checker 54 0 0 0.15s
✅ JSON jsonlint 9 0 0 0.1s
⚠️ JSON prettier 9 1 0 0.62s
✅ JSON v8r 9 0 0 4.33s
✅ MARKDOWN markdownlint 1 0 0 0.7s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.45s
✅ REPOSITORY checkov yes no no 23.59s
✅ REPOSITORY dustilock yes no no 0.03s
✅ REPOSITORY gitleaks yes no no 0.26s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 57.44s
✅ REPOSITORY kingfisher yes no no 7.78s
❌ REPOSITORY osv-scanner yes 1 no 0.23s
✅ REPOSITORY secretlint yes no no 1.16s
✅ REPOSITORY syft yes no no 1.98s
✅ REPOSITORY trivy yes no no 11.84s
✅ REPOSITORY trivy-sbom yes no no 0.13s
✅ REPOSITORY trufflehog yes no no 3.36s
✅ YAML prettier 6 0 0 0.49s
✅ YAML v8r 6 0 0 4.31s
✅ YAML yamllint 6 0 0 0.51s

Detailed Issues

❌ REPOSITORY / osv-scanner - 1 error
Scanning dir .
Starting filesystem walk for root: /
End status: 98 dirs visited, 249 inodes visited, 0 Extract calls, 73.306124ms elapsed, 73.306504ms wall time
No package sources found, --help for usage information.
❌ ACTION / zizmor - 1 error
INFO zizmor: 🌈 zizmor v1.25.0
fatal: no audit was performed
'artipacked' audit failed on file://.github/workflows/ci.yaml

Caused by:
    0: error in 'artipacked' audit
    1: couldn't list tags for actions/checkout
    2: request error while accessing GitHub API
    3: HTTP status client error (401 Unauthorized) for url (https://github.com/actions/checkout.git/git-upload-pack)


[ZizmorLinter] Zizmor failed to reach the GitHub API.
To allow zizmor to use GITHUB_TOKEN, add the following to your .mega-linter.yml:
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES:
  - GITHUB_TOKEN
⚠️ CSHARP / csharpier - 1 error
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 29 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  ----------------------------- Actual: Around Line 29 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
    </ItemGroup>
  
Error ./src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  ----------------------------- Actual: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
      <PackageReference Include="Hl7.Fhir.R4" Version="5.7.0" PrivateAssets="all"
  
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 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  ----------------------------- Actual: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
    </ItemGroup>
  
Checked 23 files in 16638ms.
⚠️ 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.

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_GRYPE,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/major-github-actions branch from c2f5c89 to 35cd80d Compare September 26, 2024 20:16
@renovate renovate Bot changed the title chore(deps): update oxsecurity/megalinter action to v8 chore(deps): update github-actions (major) Sep 26, 2024
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 35cd80d to a325a2c Compare October 13, 2024 12:14
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from eca6c8c to 31f87b0 Compare November 23, 2024 11:12
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 438d105 to 2e358ed Compare February 2, 2025 13:18
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 2e358ed to 88da681 Compare March 23, 2025 21:41
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 99c7cbe to 7237d35 Compare May 4, 2025 17:39
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 7237d35 to b40b720 Compare June 15, 2025 17:35
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from b40b720 to cc9153e Compare August 11, 2025 14:28
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from cc9153e to 8bdeb45 Compare September 3, 2025 04:54
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from b700503 to da860e8 Compare September 21, 2025 01:32
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 461891b to 7e2b4b1 Compare October 10, 2025 17:03
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 7e2b4b1 to 88d61e4 Compare October 17, 2025 18:47
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from b291a92 to bf6e27f Compare October 30, 2025 16:57
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 4 times, most recently from 8f68f56 to 7d0dd8e Compare November 20, 2025 18:28
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 2c4c2e1 to d998726 Compare November 25, 2025 04:35
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 820604b to 24899f6 Compare January 14, 2026 04:51
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from d2a34ab to fa3d40b Compare January 26, 2026 21:52
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from d991685 to c284077 Compare February 5, 2026 18:40
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from c284077 to cffe5e5 Compare February 13, 2026 14:11
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from e0c5ca6 to 6885531 Compare February 26, 2026 20:50
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 4 times, most recently from 1ff76ac to bc32579 Compare March 5, 2026 22:02
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from ad3d6b2 to 9da8f3b Compare March 20, 2026 22:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from ef85fe2 to 6b63f2d Compare March 27, 2026 18:30
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 0cedc2e to bb843b0 Compare April 16, 2026 09:37
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 8ce90f3 to 128fdd1 Compare May 7, 2026 21:55
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 4dd8c6f to f363d76 Compare May 16, 2026 13:46
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 40916d9 to e2ce15e Compare May 28, 2026 04:41
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 03d8fcd to 608d99b Compare June 4, 2026 15:15
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 608d99b to 14fbac4 Compare June 18, 2026 19: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.

0 participants