Skip to content

Commit a67b333

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] <[email protected]>
1 parent d15a3d4 commit a67b333

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
@@ -23,12 +23,12 @@ jobs:
2323
- name: "Checkout repository"
2424
uses: "actions/checkout@v4"
2525
- name: "Initialize CodeQL"
26-
uses: "github/codeql-action/init@v3"
26+
uses: "github/codeql-action/init@v4"
2727
with:
2828
languages: "python"
2929
# Override the default behavior so that the action doesn't
3030
# attempt to auto-install Python dependencies. See:
3131
# https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#analyzing-python-dependencies
3232
setup-python-dependencies: false
3333
- name: "Perform CodeQL Analysis"
34-
uses: "github/codeql-action/analyze@v3"
34+
uses: "github/codeql-action/analyze@v4"

0 commit comments

Comments
 (0)