Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Generate App token
id: app-token
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Deprecated app-id input used after v3 upgrade

Low Severity

The upgrade to actions/create-github-app-token v3 introduces usage of the deprecated app-id input. In v3.1.0, app-id was deprecated in favor of client-id. While app-id still works as a fallback, the v3 migration is incomplete — a deprecation warning will appear in CI logs, and the input may be removed in a future release.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e696f12. Configure here.

with:
app-id: ${{ vars.RELEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
Expand Down