From 0c5b34894798115d34ba3fff431b1259ddce8421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:42:16 +0000 Subject: [PATCH] Update dependency llvm/llvm-project to v22 --- .github/actions/hardened-libc++/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/hardened-libc++/action.yaml b/.github/actions/hardened-libc++/action.yaml index 0261693..cfdd753 100644 --- a/.github/actions/hardened-libc++/action.yaml +++ b/.github/actions/hardened-libc++/action.yaml @@ -13,7 +13,7 @@ runs: env: # renovate: datasource=github-releases depName=llvm/llvm-project extractVersion=^llvmorg-(?.*)$ - LLVM_VERSION: 21.1.8 + LLVM_VERSION: 22.1.0 run: | # Initialize hardened libc++ action "${GITHUB_ACTION_PATH}/init.sh"