Rebrand trusted signing into artifact signing#108
Merged
Jaxelr merged 2 commits intoAzure:mainfrom Jan 14, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request rebrands the GitHub Action from "Trusted Signing" to "Artifact Signing" to align with Azure's updated service naming. The changes update all references throughout documentation, action metadata, and user-facing text.
Changes:
- Updated action name and description from "Trusted Signing" to "Artifact Signing"
- Renamed
trusted-signing-account-nameinput tosigning-account-namewith backward compatibility - Updated all documentation URLs to point to new Azure artifact-signing documentation
- Updated repository references from
azure/trusted-signing-actiontoazure/artifact-signing-action
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| action.yml | Updated action name, description, input parameters, and code comments to use "Artifact Signing" terminology; added deprecation handling for old parameter name |
| README.md | Updated all references, examples, and documentation links to use "Artifact Signing" and new repository name |
| docs/OIDC.md | Updated authentication documentation to reference new role names and service terminology |
| SUPPORT.md | Updated issue tracking URL and removed trailing whitespace from headers |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Trusted Signing | ||
| The Trusted Signing Action allows you to digitally sign your files using a Trusted Signing certificate during a GitHub Actions run. | ||
| # Artifact Signing | ||
| The Artifact Signing Action allows you to digitally sign your files using a Artifact Signing certificate during a GitHub Actions run. |
There was a problem hiding this comment.
Grammar error: The article "a" should be "an" before "Artifact" since it starts with a vowel sound.
Suggested change
| The Artifact Signing Action allows you to digitally sign your files using a Artifact Signing certificate during a GitHub Actions run. | |
| The Artifact Signing Action allows you to digitally sign your files using an Artifact Signing certificate during a GitHub Actions run. |
| name: 'Trusted Signing' | ||
| description: 'Sign your files with Trusted Signing.' | ||
| name: 'Artifact Signing' | ||
| description: 'Sign your files with Artifact Signing.' |
There was a problem hiding this comment.
Grammar error: The article "a" should be "an" before "Artifact" since it starts with a vowel sound.
chrisd8088
added a commit
to chrisd8088/git-lfs
that referenced
this pull request
Mar 17, 2026
The name of the "azure/trusted-signing-action" GitHub repository was recently changed to "azure/artifact-signing-action" in PR Azure/artifact-signing-action#108, so we update our GitHub Actions release workflow to use the new name in our "build-windows" job, as the job would otherwise fail. We also rename one of the input parameters we pass to the Action, as the same PR Azure/artifact-signing-action#108 deprecated the parameter name "trusted-signing-account-name" in favour of the simpler term "signing-account-name". Finally, we update the value of the "endpoint" input parameter we pass to the Action, as our Windows Artifact Signing account and certificate profile have apparently moved to a new Azure region. h/t divz44 and padraignix for their help diagnosing the region change
dmach
pushed a commit
to dmach/git-lfs
that referenced
this pull request
Mar 31, 2026
The name of the "azure/trusted-signing-action" GitHub repository was recently changed to "azure/artifact-signing-action" in PR Azure/artifact-signing-action#108, so we update our GitHub Actions release workflow to use the new name in our "build-windows" job, as the job would otherwise fail. We also rename one of the input parameters we pass to the Action, as the same PR Azure/artifact-signing-action#108 deprecated the parameter name "trusted-signing-account-name" in favour of the simpler term "signing-account-name". Finally, we update the value of the "endpoint" input parameter we pass to the Action, as our Windows Artifact Signing account and certificate profile have apparently moved to a new Azure region. h/t divz44 and padraignix for their help diagnosing the region change
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.