diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5902789..88fc8fe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: - name: Initialize CodeQL if: steps.csharp_sources.outputs.present == 'true' - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -63,6 +63,6 @@ jobs: - name: Perform CodeQL Analysis if: steps.csharp_sources.outputs.present == 'true' - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}"