From b293872a2a0ed9570a289bb51666d59c04c063c7 Mon Sep 17 00:00:00 2001 From: valued mammal Date: Tue, 13 Jan 2026 11:55:51 -0500 Subject: [PATCH] ci(zizmor): Add `github/codeql-action` to unpinned-uses config --- .github/zizmor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index 667e912a..165a180d 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -6,3 +6,4 @@ rules: # Allow pin by ref/tag actions-rust-lang/setup-rust-toolchain: ref-pin actions/*: ref-pin + github/codeql-action/*: ref-pin -- 2.49.0