We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd4885 commit d9c1e53Copy full SHA for d9c1e53
.github/workflows/detekt.yml
@@ -51,7 +51,7 @@ jobs:
51
)" > ${{ github.workspace }}/detekt.sarif.json
52
53
# Uploads results to GitHub repository using the upload-sarif action
54
- - uses: github/codeql-action/upload-sarif@673cceb2b4886e2dfff697ab64a1ecd1c0a14a05 # v2.28.0
+ - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
55
with:
56
# Path to SARIF file relative to the root of the repository
57
sarif_file: ${{ github.workspace }}/detekt.sarif.json
0 commit comments