Skip to content

Commit 181eafb

Browse files
committed
ci(codeql): bump init and analyze together to v4.37.3
Dependabot split the codeql-action bump into two PRs (#1398 init, #1399 analyze), but init and analyze must run the same action version: each PR alone fails its own analyze job with "Loaded a configuration file for version '4.37.3', but running version '4.36.2'". Bump both pins in one change instead. SHA verified against the upstream v4.37.3 tag. Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
1 parent ae5e9e4 commit 181eafb

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
@@ -29,7 +29,7 @@ jobs:
2929
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
32+
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
3333
with:
3434
languages: c-cpp
3535
build-mode: manual
@@ -38,6 +38,6 @@ jobs:
3838
run: scripts/build.sh
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
41+
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
4242
with:
4343
category: "/language:c-cpp"

0 commit comments

Comments
 (0)