Skip to content

Commit 88cb6d0

Browse files
chore(ci): bump codeql-action v3.35.5 -> v4.36.0 (#13)
CodeQL Action v3 is deprecated (December 2026) and runs on Node 20, which reaches end-of-life 30 April 2026. v4 runs on Node 24. No breaking change for github.com-hosted runners (only GHES <=3.18 is affected, which we do not use). Empirically confirmed safe: HexGol PR #21 already merged this bump with all CI (incl. e2e) green. SHA-pinned to 7211b7c8077ea37d8641b6271f6a365a22a5fbfa (v4.36.0, API-verified). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 358fb2c commit 88cb6d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Upload to code-scanning
5454
if: ${{ !cancelled() && hashFiles('results.sarif') != '' }}
5555
continue-on-error: true
56-
uses: github/codeql-action/upload-sarif@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
56+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5757
with:
5858
sarif_file: results.sarif

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# upload failing on private repos without GitHub Advanced Security.
5353
if: ${{ !cancelled() && hashFiles('zizmor.sarif') != '' }}
5454
continue-on-error: true
55-
uses: github/codeql-action/upload-sarif@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
55+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5656
with:
5757
sarif_file: zizmor.sarif
5858
category: zizmor

0 commit comments

Comments
 (0)