You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ jobs:
26
26
with:
27
27
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
28
28
- name: LaunchDarkly Code References
29
-
uses: launchdarkly/find-code-references@v2.5.6
29
+
uses: launchdarkly/find-code-references@v2.5.7
30
30
with:
31
31
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
32
32
projKey: LD_PROJECT_KEY
@@ -61,7 +61,7 @@ jobs:
61
61
with:
62
62
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
0 commit comments