Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit fc252af

Browse files
committed
Update github/codeql-action action to v2
1 parent ae23783 commit fc252af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detekt-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
${{ github.workspace }}/detekt.sarif.json
9191
)" > ${{ github.workspace }}/detekt.sarif.json
9292
# Uploads results to GitHub repository using the upload-sarif action
93-
- uses: github/codeql-action/upload-sarif@v1
93+
- uses: github/codeql-action/upload-sarif@v2
9494
with:
9595
# Path to SARIF file relative to the root of the repository
9696
sarif_file: ${{ github.workspace }}/detekt.sarif.json

0 commit comments

Comments
 (0)