Skip to content

Commit 18028aa

Browse files
chore(deps): bump launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml from f1760cc538c362c2ab826a3bd22611743ef8f82c to de4859c8d07c097d573fbcc4bd10b77efed0f5cc (#566)
Bumps [launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml](https://github.com/launchdarkly/gh-actions) from f1760cc538c362c2ab826a3bd22611743ef8f82c to de4859c8d07c097d573fbcc4bd10b77efed0f5cc. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchdarkly/gh-actions/commit/de4859c8d07c097d573fbcc4bd10b77efed0f5cc"><code>de4859c</code></a> chore(main): release sync-snippets 1.0.0 (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/85">#85</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/32084ed45ec0cc0784e5fcc5e253c023ffcfd64c"><code>32084ed</code></a> feat: Add 7-day minimum release age to shared Renovate preset (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/93">#93</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/a848aec9c87c29470093b22154107b83a7696374"><code>a848aec</code></a> chore(main): release persistent-stores 0.2.1 (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/90">#90</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/17dbc521f5640e9d8c9cf180cf565f44f84ee54f"><code>17dbc52</code></a> chore: Add shared Renovate config presets for SDK repos (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/91">#91</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/0a5a29e9951829b30766f098ce873b5d603b75a3"><code>0a5a29e</code></a> fix: Restore HTTP readiness poll for Consul on Windows (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/92">#92</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/a14500d6c2585d643807dc1764a4bd2d206c398f"><code>a14500d</code></a> fix: Install Consul without Windows service to avoid dev agent conflict (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/77">#77</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/e739737ec160daae50efc7a07e6b453a104db067"><code>e739737</code></a> chore: Update SECURITY.md to reflect bug bounty program (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/88">#88</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/2e6676d8c7ed1a59114d08faa22e3dbf085a1a64"><code>2e6676d</code></a> fix: Grant pull-requests:read so the lint-pr-title workflow works in internal...</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/82ebcb63bbc47a198219784ccf64926bdc41755d"><code>82ebcb6</code></a> chore(release): add sync-snippets to release-please config (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/84">#84</a>)</li> <li><a href="https://github.com/launchdarkly/gh-actions/commit/653f554f9133b10194c473787f84b4e739bfa9a5"><code>653f554</code></a> feat(sync-snippets): add raw-files target for manifest-driven consumers (<a href="https://redirect.github.com/launchdarkly/gh-actions/issues/83">#83</a>)</li> <li>Additional commits viewable in <a href="https://github.com/launchdarkly/gh-actions/compare/f1760cc538c362c2ab826a3bd22611743ef8f82c...de4859c8d07c097d573fbcc4bd10b77efed0f5cc">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Single SHA bump for CI linting only; no application or runtime code changes. > > **Overview** > Updates the reusable **Lint PR title** workflow in `.github/workflows/lint-pr-title.yml` to pin `launchdarkly/gh-actions` at `de4859c8d07c097d573fbcc4bd10b77efed0f5cc` instead of `f1760cc538c362c2ab826a3bd22611743ef8f82c`. > > No local workflow logic changes—only the upstream commit reference for the shared job. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 184c39e. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent accb379 commit 18028aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010
jobs:
1111
lint-pr-title:
1212
# https://github.com/launchdarkly/gh-actions/commit/f1760cc538c362c2ab826a3bd22611743ef8f82c
13-
uses: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml@f1760cc538c362c2ab826a3bd22611743ef8f82c
13+
uses: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml@de4859c8d07c097d573fbcc4bd10b77efed0f5cc

0 commit comments

Comments
 (0)