Skip to content

Commit 08bb89d

Browse files
author
LaunchDarklyReleaseBot
committed
Release auto update version 2.11.8
1 parent df364c5 commit 08bb89d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM launchdarkly/ld-find-code-refs-github-action:2.11.7
1+
FROM launchdarkly/ld-find-code-refs-github-action:2.11.8
22

33
LABEL com.github.actions.name="LaunchDarkly Code References"
44
LABEL com.github.actions.description="Find references to feature flags in your code."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
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
2828
- name: LaunchDarkly Code References
29-
uses: launchdarkly/[email protected].7
29+
uses: launchdarkly/[email protected].8
3030
with:
3131
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
3232
projKey: LD_PROJECT_KEY
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
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
6363
- name: LaunchDarkly Code References
64-
uses: launchdarkly/[email protected].7
64+
uses: launchdarkly/[email protected].8
6565
with:
6666
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
6767
projKey: LD_PROJECT_KEY

0 commit comments

Comments
 (0)