[llvm] workflows/zizmor: Update to latest version (PR #213922)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 05:20:24 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Tom Stellard (tstellar)
<details>
<summary>Changes</summary>
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/
---
Full diff: https://github.com/llvm/llvm-project/pull/213922.diff
1 Files Affected:
- (modified) .github/workflows/zizmor.yml (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/213922
More information about the llvm-commits
mailing list