[llvm] workflows/zizmor: Update to latest version (PR #213922)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 05:19:46 PDT 2026
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/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/
>From 9e2f483de0bcf0b95b0104466e24d353acbb06f1 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Tue, 4 Aug 2026 05:18:09 -0700
Subject: [PATCH] workflows/zizmor: Update to latest version
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/
---
.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-commits
mailing list