diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b3bace7..b786c0e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload SARIF to Github using the upload-sarif action - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: success() || failure() with: sarif_file: build/reports/detekt/detekt.sarif