Skip to content

Update GitHub App token action to use client-id#1747

Open
paustint wants to merge 1 commit into
mainfrom
chore/migrate-to-gh-client-id
Open

Update GitHub App token action to use client-id#1747
paustint wants to merge 1 commit into
mainfrom
chore/migrate-to-gh-client-id

Conversation

@paustint
Copy link
Copy Markdown
Contributor

Migrate the GitHub App token action to utilize client-id instead of app-id for improved authentication.

Copilot AI review requested due to automatic review settings May 27, 2026 01:16
@socket-security
Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @lwc/template-compiler is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: ?npm/@salesforce/sfdx-lwc-jest@7.9.0npm/@lwc/template-compiler@8.28.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@lwc/template-compiler@8.28.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

Copy link
Copy Markdown
Contributor

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

Switches the actions/create-github-app-token@v3 step in the release workflow from app-id to client-id authentication, replacing secrets.APP_ID with secrets.CLIENT_ID.

Changes:

  • Replaces app-id: ${{ secrets.APP_ID }} with client-id: ${{ secrets.CLIENT_ID }} in the token generation step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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