Skip to content

Commit dc94c38

Browse files
Bump github/codeql-action from 2 to 3 (project-chip#31062)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b55852b commit dc94c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
platform: linux
6969
- name: Initialize CodeQL
7070
if: ${{ inputs.run-codeql }}
71-
uses: github/codeql-action/init@v2
71+
uses: github/codeql-action/init@v3
7272
with:
7373
languages: "cpp"
7474
- name: Setup Build
@@ -163,7 +163,7 @@ jobs:
163163
platform: linux
164164
- name: Initialize CodeQL
165165
if: ${{ inputs.run-codeql }}
166-
uses: github/codeql-action/init@v2
166+
uses: github/codeql-action/init@v3
167167
with:
168168
languages: "cpp"
169169
- name: Setup and Build Simulated Device
@@ -386,7 +386,7 @@ jobs:
386386
mkdir -p ~/Library/Logs/DiagnosticReports || true
387387
- name: Initialize CodeQL
388388
if: ${{ inputs.run-codeql }}
389-
uses: github/codeql-action/init@v2
389+
uses: github/codeql-action/init@v3
390390
with:
391391
languages: "cpp"
392392

0 commit comments

Comments
 (0)