Skip to content

Rename oidc auth action - #751

Merged
gewarren merged 1 commit into
dotnet:mainfrom
gewarren:rename-auth-action
Sep 18, 2026
Merged

gewarren merged 1 commit into
dotnet:mainfrom
gewarren:rename-auth-action

Conversation

@gewarren

Copy link
Copy Markdown
Collaborator

The previous folder name made it sound like a workflow, but it's actually a composite action. This is the name that Azure recommends.

Copilot AI lite review requested due to automatic review settings September 17, 2026 23:02
@gewarren
gewarren requested a review from a team as a code owner September 17, 2026 23:02
@gewarren
gewarren enabled auto-merge (squash) September 17, 2026 23:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

Both workflows contain invalid local action paths that will prevent authentication from loading.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Renames the Azure OIDC composite action to match Azure’s recommended naming.

Changes:

  • Updates workflow references.
  • Refreshes the action name and description.
File summaries
File Summary
.github/workflows/quest.yml Uses the renamed action; local action references still require correction.
.github/workflows/quest-bulk.yml Uses the renamed action; local action references still require correction.
.github/actions/azure-oidc-auth/action.yml Updates action metadata.
Review details

Suppressed comments (2)

.github/workflows/quest-bulk.yml:45

  • This reference still starts with $/.github, which GitHub Actions does not treat as a local action path; local actions must use the ./.github/... form. The authentication step will fail to load until this is changed.
        uses: $/.github/actions/azure-oidc-auth

.github/workflows/quest.yml:51

  • This reference still starts with $/.github, which GitHub Actions does not treat as a local action path; local actions must use the ./.github/... form. The authentication step will fail to load until this is changed.
        uses: $/.github/actions/azure-oidc-auth
  • Files reviewed: 3/3 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/quest-bulk.yml
Comment thread .github/workflows/quest.yml

@BillWagner BillWagner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This LGTM. Let's :shipit:

@gewarren
gewarren merged commit c4d8a2b into dotnet:main Sep 18, 2026
6 checks passed
@gewarren
gewarren deleted the rename-auth-action branch September 18, 2026 14:54
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.

3 participants