diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5fd3457..50bb3bc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -88,7 +88,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -126,7 +126,7 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}"