Skip to content

Fix aspnetcore-sync.yml#125622

Merged
akoeplinger merged 1 commit intomainfrom
akoeplinger-patch-2
Mar 16, 2026
Merged

Fix aspnetcore-sync.yml#125622
akoeplinger merged 1 commit intomainfrom
akoeplinger-patch-2

Conversation

@akoeplinger
Copy link
Copy Markdown
Member

We were actually running into actions/checkout#2299

We were actually running into actions/checkout#2299
@akoeplinger akoeplinger requested review from a team and jeffhandley as code owners March 16, 2026 16:40
Copilot AI review requested due to automatic review settings March 16, 2026 16:40
@github-actions github-actions bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 16, 2026
@akoeplinger
Copy link
Copy Markdown
Member Author

@MihaZupan this should be the actual fix (I hope 😄)

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@akoeplinger akoeplinger merged commit d1f028f into main Mar 16, 2026
22 checks passed
@akoeplinger akoeplinger deleted the akoeplinger-patch-2 branch March 16, 2026 16:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the aspnetcore-sync.yml GitHub Actions workflow to avoid actions/checkout credential persistence issues encountered when performing multiple repository checkouts in a single job (per actions/checkout#2299).

Changes:

  • Disable credential persistence (persist-credentials: false) for the dotnet/aspnetcore checkout.
  • Disable credential persistence (persist-credentials: false) for the dotnet/runtime checkout.

You can also share your feedback on Copilot code review. Take the survey.

@jakobbotsch jakobbotsch added area-Infrastructure and removed area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants