diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8da2a58e4..932719497 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,14 +33,14 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} # If you want to specify custom queries, you can do so here # queries: security-extended,security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 with: # For Flutter projects, we need to customize the build process # autobuild might not work perfectly, so we'll manually build if needed @@ -50,7 +50,7 @@ jobs: flutter build apk --debug - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"