From 76a05cb87696819ffa2d506107fa9a7a85ce83c8 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:42:30 +0000 Subject: [PATCH] Update launchdarkly/find-code-references action to v2.14.0 (main) (#231765) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [launchdarkly/find-code-references](https://redirect.github.com/launchdarkly/find-code-references) | action | minor | `v2.13.0` -> `v2.14.0` | --- ### Release Notes
launchdarkly/find-code-references (launchdarkly/find-code-references) ### [`v2.14.0`](https://redirect.github.com/launchdarkly/find-code-references/releases/tag/v2.14.0) [Compare Source](https://redirect.github.com/launchdarkly/find-code-references/compare/v2.13.0...v2.14.0) ##### Added: - `--skipArchivedFlags` option to instruct the tool to ignore any flag keys it finds from archived flags ##### Changed: - replaced the stdlib `regexp` with `go-re2` for improved regexp compilation and pattern matching - now using caching to optimize file globbing and regex compilation - move off of legacy `olekukonko/tablewriter` and onto `v1.x` - updated to the latest version of the LaunchDarkly API ##### Fixed: - `subdirectory` option now works with `projects[*].dir` configuration, and produces correct "View in source" links in the LD UI
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Alejandro Fernández Haro (cherry picked from commit 33e32b4b7a969eef8f7cec107fdaebdab22632bd) --- .github/workflows/launchdarkly-code-references.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/launchdarkly-code-references.yml b/.github/workflows/launchdarkly-code-references.yml index ae0c68bbcfdad..ffc957a52858e 100644 --- a/.github/workflows/launchdarkly-code-references.yml +++ b/.github/workflows/launchdarkly-code-references.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions - name: LaunchDarkly Code References - uses: launchdarkly/find-code-references@e3e9da201b87ada54eb4c550c14fb783385c5c8a # v2.13.0 + uses: launchdarkly/find-code-references@89a7d362d1d4b3725fe0fe0ccd0dc69e3bdcba58 # v2.14.0 with: accessToken: ${{ secrets.LD_ACCESS_TOKEN }} projKey: ${{ secrets.LD_PROJECT_KEY }}