Skip to content

chore(deps): bump launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml from f1760cc538c362c2ab826a3bd22611743ef8f82c to a848aec9c87c29470093b22154107b83a7696374#557

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/launchdarkly/gh-actions/dot-github/workflows/lint-pr-title.yml-a848aec9c87c29470093b22154107b83a7696374
Open

chore(deps): bump launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml from f1760cc538c362c2ab826a3bd22611743ef8f82c to a848aec9c87c29470093b22154107b83a7696374#557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/launchdarkly/gh-actions/dot-github/workflows/lint-pr-title.yml-a848aec9c87c29470093b22154107b83a7696374

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml from f1760cc538c362c2ab826a3bd22611743ef8f82c to a848aec9c87c29470093b22154107b83a7696374.

Commits
  • a848aec chore(main): release persistent-stores 0.2.1 (#90)
  • 17dbc52 chore: Add shared Renovate config presets for SDK repos (#91)
  • 0a5a29e fix: Restore HTTP readiness poll for Consul on Windows (#92)
  • a14500d fix: Install Consul without Windows service to avoid dev agent conflict (#77)
  • e739737 chore: Update SECURITY.md to reflect bug bounty program (#88)
  • 2e6676d fix: Grant pull-requests:read so the lint-pr-title workflow works in internal...
  • 82ebcb6 chore(release): add sync-snippets to release-please config (#84)
  • 653f554 feat(sync-snippets): add raw-files target for manifest-driven consumers (#83)
  • 84fb025 feat: Composite action for synchronizing SDK snippets (#82)
  • 0a54234 Merge pull request #81 from launchdarkly/skz/ensure-bom-files
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 of f1760cc…).

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.

…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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 15:27
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Jun 15, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants