Skip to content

Commit 2e269ea

Browse files
SisyphusZhengDevBot
andauthored
chore(ci): bump codeql-action init+analyze to v4.37.9 together (#1288) (#1289)
Supersedes dependabot PRs #1197/#1198, which bumped init and analyze separately; CodeQL requires init/analyze version coherence, so the split PRs fail in isolation. Co-authored-by: DevBot <devbot@openelement.dev>
1 parent 00db23e commit 2e269ea

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
3939

4040
- name: Initialize CodeQL
41-
# v4.37.6
42-
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3
41+
# v4.37.9
42+
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938
4343
with:
4444
languages: ${{ matrix.language }}
4545
# Deno project: no build step needed for TS source analysis
4646
# CodeQL JS/TS extractor works on raw source files
4747
queries: security-extended,security-and-quality
4848

4949
- name: Perform CodeQL Analysis
50-
# v4.37.6
51-
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3
50+
# v4.37.9
51+
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938
5252
with:
5353
category: '/language:${{matrix.language}}'

tools/check-action-pins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const ACTION_VERSION_PINS = new Map([
2323
],
2424
['github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3', 'v4.37.6'],
2525
['github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3', 'v4.37.6'],
26+
['github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938', 'v4.37.9'],
27+
['github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938', 'v4.37.9'],
2628
]);
2729

2830
// Repos that carry an approved pin above. A full-SHA use of one of these repos

0 commit comments

Comments
 (0)