diff --git a/.github/workflows/android_workflow.yaml b/.github/workflows/android_workflow.yaml index 192e00f..960fafb 100644 --- a/.github/workflows/android_workflow.yaml +++ b/.github/workflows/android_workflow.yaml @@ -49,7 +49,7 @@ jobs: continue-on-error: false - name: Run Checkstyle - uses: dbelyaev/action-checkstyle@8baef8dda21d448a54d5a26ceb1771d38167255d + uses: dbelyaev/action-checkstyle@ee2055a5f301a522c38c51ef80a5ff547fea39c8 if: matrix.platform == 'ubuntu-latest' with: github_token: ${{ secrets.github_token }}