diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 08e694e0b..47178d1af 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 + uses: fusionauth/cla-github-action@58daaf842ac3e26d08c2bdf26770d6e9c5b965a9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: