diff --git a/.github/workflows/configcat.yml b/.github/workflows/configcat.yml index 9f69858c900dd5..d05060bb9471eb 100644 --- a/.github/workflows/configcat.yml +++ b/.github/workflows/configcat.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Scan & upload - uses: configcat/scan-repository@v1 + uses: configcat/scan-repository@v2 with: api-user: ${{ secrets.CONFIGCAT_API_USER }} api-pass: ${{ secrets.CONFIGCAT_API_PASS }}