Update CLANGTIDY to latest stable & secure version (#14541)

Summary:
As advertised.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/14541

Reviewed By: xingbowang

Differential Revision: D98961628

Pulled By: mszeszko-meta

fbshipit-source-id: f0519089bb53649668e791b18428a65fc666b71c
This commit is contained in:
Maciej Szeszko
2026-03-31 13:30:39 -07:00
committed by meta-codesync[bot]
parent c7f0e1fa93
commit effac3a918
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Download clang-tidy results
id: download
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.3
with:
name: clang-tidy-result
run-id: ${{ github.event.workflow_run.id }}