Skip to content

Commit

Permalink
Merge pull request #22 from launchdarkly/dob/241release
Browse files Browse the repository at this point in the history
Update to 2.4.1
  • Loading branch information
InTheCloudDan committed Dec 17, 2021
2 parents 8afd718 + 4a290b5 commit 9f3df56
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.4.0
FROM launchdarkly/ld-find-code-refs-github-action:2.4.1

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@v13
uses: launchdarkly/find-code-references@v2.4.1
with:
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
projKey: YOUR_PROJECT_KEY
Expand Down

0 comments on commit 9f3df56

Please sign in to comment.