Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 2d10de1

Browse files
Bump github/codeql-action from 3 to 4 (#824)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' 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 4b23ac4 commit 2d10de1

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
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Initializes the CodeQL tools for scanning.
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@v3
72+
uses: github/codeql-action/init@v4
7373
with:
7474
languages: ${{ matrix.language }}
7575
build-mode: ${{ matrix.build-mode }}
@@ -105,6 +105,6 @@ jobs:
105105
run: mvn -B install -DskipTests --no-transfer-progress
106106

107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@v3
108+
uses: github/codeql-action/analyze@v4
109109
with:
110110
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)