Skip to content

Commit

Permalink
Bump ld-find-code-refs-github-action version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakh committed Dec 1, 2020
1 parent 0ff20f7 commit 7bf0c13
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.0.1
FROM launchdarkly/ld-find-code-refs-github-action:2.1.0

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@v8
uses: launchdarkly/find-code-references@v9
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
Expand Down

0 comments on commit 7bf0c13

Please sign in to comment.