Skip to content

Commit 9943df6

Browse files
chore(deps): 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 a92dfd9 commit 9943df6

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
@@ -56,12 +56,12 @@ jobs:
5656
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5757
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v3 # ✅ Актуальная версия
59+
uses: github/codeql-action/init@v4 # ✅ Актуальная версия
6060
with:
6161
languages: ${{ matrix.language }}
6262
queries: "security-extended, security-and-quality"
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@v3 # ✅ Актуальная версия
65+
uses: github/codeql-action/analyze@v4 # ✅ Актуальная версия
6666
with:
6767
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)