Skip to content

Commit

Permalink
Upload code coverage using OIDC token
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Apr 18, 2024
1 parent b1d7465 commit 1c76bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: ./gradlew check

- name: Upload SARIF to GitHub using the upload-sarif action
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v4
if: success() || failure()
with:
sarif_file: ${{ github.workspace }}/build/reports/detekt/merge.sarif
Expand All @@ -118,6 +118,7 @@ jobs:
if: success() || failure()
with:
files: ${{ github.workspace }}/build/reports/kover/report.xml
use_oidc: true

release:
name: Release draft
Expand Down

0 comments on commit 1c76bc5

Please sign in to comment.