From a384a6036d83bd313451c6953368d304a6aa2c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:51:10 +0000 Subject: [PATCH] Bump launchdarkly/find-code-references from 2.11.10 to 2.13.0 Bumps [launchdarkly/find-code-references](https://github.com/launchdarkly/find-code-references) from 2.11.10 to 2.13.0. - [Release notes](https://github.com/launchdarkly/find-code-references/releases) - [Commits](https://github.com/launchdarkly/find-code-references/compare/v2.11.10...v2.13.0) --- updated-dependencies: - dependency-name: launchdarkly/find-code-references dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-references.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-references.yml b/.github/workflows/code-references.yml index 68c1583..6c0dc0a 100644 --- a/.github/workflows/code-references.yml +++ b/.github/workflows/code-references.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 10 # 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@v2.11.10 + uses: launchdarkly/find-code-references@v2.13.0 with: accessToken: ${{ secrets.LD_ACCESS_TOKEN }} projKey: ${{ secrets.LD_PROJECT_KEY }}