Skip to content

Commit 7235aea

Browse files
authored
fix zizmor ci issue by bumping codeql-action to v4.35.2 (#3245)
# Rationale for this change The zizmor workflow is currently failing on all PRs due to a ref version mismatch. The pinned SHAs were pointing to v4.35.1, but the comment referenced the major version (#v4). When v4.35.2 was released, the v4 tag moved to the new commit, causing a mismatch between the pinned SHA and the tag in the comment. Updated the SHAs to v4.35.2 and switched the comments to use the fully qualified version so that Dependabot will bump both the SHA and comment together in the future! ## Are these changes tested? ci run ## Are there any user-facing changes? no
1 parent 03bbbe3 commit 7235aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
49+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5050
with:
5151
languages: actions
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
54+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5555
with:
5656
category: "/language:actions"

0 commit comments

Comments
 (0)