Skip to content

Commit a42488c

Browse files
hyperpolymathclaude
andcommitted
chore(ci): update codeql-action SHA to v3.35.2
Old pin 6624720a57 failed with "unable to find version". New: b2f9ef8457 (v3.35.2, latest stable). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6b69360 commit a42488c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
34+
uses: github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
3535
with:
3636
languages: ${{ matrix.language }}
3737
build-mode: ${{ matrix.build-mode }}
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
40+
uses: github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
4141
with:
4242
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)