Skip to content

Commit fab393a

Browse files
dependabot[bot]ggainey
authored andcommitted
[GHA] 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 f93b85d commit fab393a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: "Checkout repository"
2121
uses: "actions/checkout@v5"
2222
- name: "Initialize CodeQL"
23-
uses: "github/codeql-action/init@v3"
23+
uses: "github/codeql-action/init@v4"
2424
with:
2525
languages: "python"
2626

2727
- name: "Perform CodeQL Analysis"
28-
uses: "github/codeql-action/analyze@v3"
28+
uses: "github/codeql-action/analyze@v4"
2929
with:
3030
category: "/language:python"
3131
...

0 commit comments

Comments
 (0)