Skip to content

Commit

Permalink
Merge pull request #16 from launchdarkly/v10
Browse files Browse the repository at this point in the history
Bump ld-find-code-refs-github-action version to 2.2.2
  • Loading branch information
yusinto committed May 7, 2021
2 parents 7bf0c13 + 99b608c commit a400879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM launchdarkly/ld-find-code-refs-github-action:2.1.0
FROM launchdarkly/ld-find-code-refs-github-action:2.2.2

LABEL com.github.actions.name="LaunchDarkly Code References"
LABEL com.github.actions.description="Find references to feature flags in your code."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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@v9
uses: launchdarkly/find-code-references@v10
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
Expand Down

0 comments on commit a400879

Please sign in to comment.