Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Update the canonical publish template instead

This workflow declares itself a canonical copy owned by ANcpLua/github-settings-automation/templates/nuget-publish.yml and warns consumer-repo edits are overwritten by the next enforce-repo-settings.yml sync; the current canonical template still pins actions/setup-dotnet to the old v5 SHA. With this change only in the consumer copy, the publish workflow will revert on the next sync and the dependency update will not stick, so update the canonical template (rather than this generated copy) before merging.

Useful? React with 👍 / 👎.

with:
global-json-file: global.json
cache: true
Expand Down