Skip to content

ci(deps): bump azure/trusted-signing-action from 0.5.11 to 1.0.0#1608

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/azure/trusted-signing-action-1.0.0
Closed

ci(deps): bump azure/trusted-signing-action from 0.5.11 to 1.0.0#1608
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/azure/trusted-signing-action-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps azure/trusted-signing-action from 0.5.11 to 1.0.0.

Release notes

Sourced from azure/trusted-signing-action's releases.

Artifact Signing v1.0.0

Rebranding action from Trusted Signing into Artifact Signing. This will be our initial version for GA.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the ci CI/CD changes label Jan 29, 2026
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 29, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added area/ci size/XS Extra small (< 10 lines) labels Jan 29, 2026
- name: Sign Windows executable with Azure Trusted Signing
if: env.AZURE_CLIENT_ID != ''
uses: azure/trusted-signing-action@v0.5.11
uses: azure/trusted-signing-action@v1.0.0

This comment was marked as outdated.

@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/trusted-signing-action-1.0.0 branch 3 times, most recently from 54abd5f to 21d5df3 Compare February 5, 2026 18:26
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/trusted-signing-action-1.0.0 branch 2 times, most recently from ce227d7 to 7822e4d Compare February 19, 2026 18:26
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/trusted-signing-action-1.0.0 branch from 7822e4d to c709ab2 Compare February 20, 2026 11:48
- name: Sign Windows executable with Azure Trusted Signing
if: env.AZURE_CLIENT_ID != ''
uses: azure/trusted-signing-action@v0.5.11
uses: azure/trusted-signing-action@v1.1.0
Copy link

Choose a reason for hiding this comment

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

Bug: The release workflow uses a deprecated repository path and input parameter for the code signing action, which will cause the build to fail.
Severity: CRITICAL

Suggested Fix

Update the workflow to use the new action path Azure/artifact-signing-action@v1.1.0 and replace the deprecated input trusted-signing-account-name with signing-account-name.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: .github/workflows/beta-release.yml#L282

Potential issue: The workflow file `beta-release.yml` uses an outdated configuration for
the code signing GitHub Action. The action's repository has been moved from
`azure/trusted-signing-action` to `Azure/artifact-signing-action`, and the input
parameter `trusted-signing-account-name` has been deprecated in favor of
`signing-account-name`. This misconfiguration will cause the signing step to fail during
the release workflow, preventing the creation and distribution of signed Windows
binaries.

Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.11 to 1.0.0.
- [Release notes](https://github.com/azure/trusted-signing-action/releases)
- [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.11...v1.0.0)

---
updated-dependencies:
- dependency-name: azure/trusted-signing-action
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/trusted-signing-action-1.0.0 branch from c709ab2 to b012fb6 Compare February 26, 2026 18:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2026

Superseded by #1931.

@dependabot dependabot bot closed this Mar 11, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/azure/trusted-signing-action-1.0.0 branch March 11, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci ci CI/CD changes size/XS Extra small (< 10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant