Skip to content

Commit 868e038

Browse files
authored
Update CodeQL Action to v4 in anticipation of v3 deprecation.
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
1 parent 09fc66e commit 868e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
--summary-output reports/execution-summary.json
8383
- name: Upload SARIF report
8484
if: always()
85-
uses: github/codeql-action/upload-sarif@v3
85+
uses: github/codeql-action/upload-sarif@v4
8686
with:
8787
sarif_file: reports/validation.sarif
8888
category: tlc-validation

0 commit comments

Comments
 (0)