Skip to content

Rebrand trusted signing into artifact signing#108

Merged
Jaxelr merged 2 commits intoAzure:mainfrom
Jaxelr:feat/rebrand-artifact-signing
Jan 14, 2026
Merged

Rebrand trusted signing into artifact signing#108
Jaxelr merged 2 commits intoAzure:mainfrom
Jaxelr:feat/rebrand-artifact-signing

Conversation

@Jaxelr
Copy link
Copy Markdown
Member

@Jaxelr Jaxelr commented Jan 14, 2026

No description provided.

@Jaxelr Jaxelr requested a review from a team as a code owner January 14, 2026 18:20
@Jaxelr Jaxelr merged commit db7a3a6 into Azure:main Jan 14, 2026
1 check passed
@Jaxelr Jaxelr deleted the feat/rebrand-artifact-signing branch January 14, 2026 22:18
@Jaxelr Jaxelr requested review from Copilot and removed request for a team January 14, 2026 22:54
Copy link
Copy Markdown

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 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-name input to signing-account-name with backward compatibility
  • Updated all documentation URLs to point to new Azure artifact-signing documentation
  • Updated repository references from azure/trusted-signing-action to azure/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.

Comment thread README.md
# 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.
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
Comment thread action.yml
name: 'Trusted Signing'
description: 'Sign your files with Trusted Signing.'
name: 'Artifact Signing'
description: 'Sign your files with Artifact Signing.'
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

Grammar error: The article "a" should be "an" before "Artifact" since it starts with a vowel sound.

Copilot uses AI. Check for mistakes.
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
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.

2 participants