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/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:
jobs:
lint-pr-title:
# https://github.com/launchdarkly/gh-actions/commit/f1760cc538c362c2ab826a3bd22611743ef8f82c
uses: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml@f1760cc538c362c2ab826a3bd22611743ef8f82c
uses: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml@a848aec9c87c29470093b22154107b83a7696374

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing PR read permissions

Medium Severity

This bump moves the reusable lint-pr-title workflow to a revision that declares pull-requests: read on its jobs, but the caller workflow still has no permissions block. GitHub validates that the caller grants at least those scopes, so PR title lint runs can fail at startup instead of executing.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0b78094. Configure here.

Loading