Skip to content

Commit ee3ffb5

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 5415091 commit ee3ffb5

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
@@ -89,11 +89,11 @@ jobs:
8989

9090
# Initializes the CodeQL tools for scanning.
9191
- name: Initialize CodeQL
92-
uses: github/codeql-action/init@v3
92+
uses: github/codeql-action/init@v4
9393
with:
9494
languages: python
9595

9696
- name: Perform CodeQL Analysis
97-
uses: github/codeql-action/analyze@v3
97+
uses: github/codeql-action/analyze@v4
9898
with:
9999
category: /language:python

0 commit comments

Comments
 (0)