Skip to content

Commit 2d8b7e5

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump github/codeql-action from 3 to 4 in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ce1ded commit 2d8b7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ jobs:
8282

8383
# Initializes the CodeQL tools for scanning.
8484
- name: Initialize CodeQL
85-
uses: github/codeql-action/init@v3
85+
uses: github/codeql-action/init@v4
8686
with:
8787
languages: python
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@v3
90+
uses: github/codeql-action/analyze@v4
9191
with:
9292
category: /language:python

0 commit comments

Comments
 (0)