[llvm-branch-commits] [llvm] release/23.x: workflows/zizmor: Update to latest version (#213922) (PR #214274)

Douglas Yung via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 5 17:47:25 PDT 2026


https://github.com/dyung updated https://github.com/llvm/llvm-project/pull/214274

>From fd71684ea064bfbf79ffed9b437d978eb15414bf Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 5 Aug 2026 09:03:07 -0700
Subject: [PATCH] workflows/zizmor: Update to latest version (#213922)

This is required to handle the new import syntax for same-repository
actions:

https://github.blog/changelog/2026-07-30-reference-same-repository-actions-with-self-repository-syntax/
(cherry picked from commit da2a4685fe5c23f90c8357c2d6732396adbe74be)
---
 .github/workflows/zizmor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index 237fe62575aa4..64211f0705539 100644
--- a/.github/workflows/zizmor.yml
+++ b/.github/workflows/zizmor.yml
@@ -26,4 +26,4 @@ jobs:
           persist-credentials: false
 
       - name: Run zizmor
-        uses: zizmorcore/zizmor-action at 6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
+        uses: zizmorcore/zizmor-action at 3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2



More information about the llvm-branch-commits mailing list