srctree

Robin Linden parent 2086e139 29a0e9de
Update to v2 of github/codeql-action/upload-sarif

v1 will be deprecated in December and receive no further updates afterthat.

https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/

inlinesplit
.github/workflows/detekt.yaml added: 2, removed: 2, total 0
@@ -33,7 +33,7 @@ jobs:
--base-path ${{ github.workspace }} \
--report sarif:${{ github.workspace }}/detekt.sarif.json
 
- uses: github/codeql-action/upload-sarif@v1
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ github.workspace }}/detekt.sarif.json
checkout_path: ${{ github.workspace }}