Skip to content

Commit 73f20d0

Browse files
authored
ci(action): update github/codeql-action action to v3.29.11
1 parent a6222ba commit 73f20d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
)" > ${{ github.workspace }}/detekt.sarif.json
5252
5353
# Uploads results to GitHub repository using the upload-sarif action
54-
- uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
54+
- uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
5555
with:
5656
# Path to SARIF file relative to the root of the repository
5757
sarif_file: ${{ github.workspace }}/detekt.sarif.json

0 commit comments

Comments
 (0)