Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit f62442f

Browse files
Bump github/codeql-action from 3 to 4
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>
1 parent 303c659 commit f62442f

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
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@v3
76+
uses: github/codeql-action/init@v4
7777
with:
7878
languages: ${{ matrix.language }}
7979
build-mode: ${{ matrix.build-mode }}
@@ -104,6 +104,6 @@ jobs:
104104
exit 1
105105
106106
- name: Perform CodeQL Analysis
107-
uses: github/codeql-action/analyze@v3
107+
uses: github/codeql-action/analyze@v4
108108
with:
109109
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)