chore(deps): bump launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml from f1760cc538c362c2ab826a3bd22611743ef8f82c to a848aec9c87c29470093b22154107b83a7696374#557
Open
Conversation
…itle.yml Bumps [launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml](https://github.com/launchdarkly/gh-actions) from f1760cc538c362c2ab826a3bd22611743ef8f82c to a848aec9c87c29470093b22154107b83a7696374. - [Release notes](https://github.com/launchdarkly/gh-actions/releases) - [Commits](launchdarkly/gh-actions@f1760cc...a848aec) --- updated-dependencies: - dependency-name: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml dependency-version: a848aec9c87c29470093b22154107b83a7696374 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0b78094. Configure here.
| 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 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 0b78094. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml from f1760cc538c362c2ab826a3bd22611743ef8f82c to a848aec9c87c29470093b22154107b83a7696374.
Commits
a848aecchore(main): release persistent-stores 0.2.1 (#90)17dbc52chore: Add shared Renovate config presets for SDK repos (#91)0a5a29efix: Restore HTTP readiness poll for Consul on Windows (#92)a14500dfix: Install Consul without Windows service to avoid dev agent conflict (#77)e739737chore: Update SECURITY.md to reflect bug bounty program (#88)2e6676dfix: Grant pull-requests:read so the lint-pr-title workflow works in internal...82ebcb6chore(release): add sync-snippets to release-please config (#84)653f554feat(sync-snippets): add raw-files target for manifest-driven consumers (#83)84fb025feat: Composite action for synchronizing SDK snippets (#82)0a54234Merge pull request #81 from launchdarkly/skz/ensure-bom-filesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Single CI dependency pin with no application or runtime code changes.
Overview
Updates the lint PR title job to call a newer pinned revision of
launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml(a848aec…instead off1760cc…).No local workflow logic changes—only the reusable workflow commit SHA reference in
.github/workflows/lint-pr-title.yml.Reviewed by Cursor Bugbot for commit 0b78094. Bugbot is set up for automated code reviews on this repo. Configure here.