Skip to content

Commit 4cc1f63

Browse files
Merge pull request #344 from tpvasconcelos/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 9b12b5c + d810b12 commit 4cc1f63

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333

34-
- uses: github/codeql-action/init@v3
34+
- uses: github/codeql-action/init@v4
3535
with:
3636
# Supported languages: 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
3737
languages: 'python'
3838
build-mode: 'none'
3939

40-
- uses: github/codeql-action/analyze@v3
40+
- uses: github/codeql-action/analyze@v4
4141
with:
4242
category: "/language:python"

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Unreleased changes
1414
- pre-commit autoupdate ({gh-pr}`340`)
1515
- Bump peter-evans/find-comment from 3 to 4 ({gh-pr}`342`)
1616
- pre-commit autoupdate ({gh-pr}`341`)
17+
- Bump github/codeql-action from 3 to 4 ({gh-pr}`344`)
1718
- Bump peter-evans/create-or-update-comment from 4 to 5 ({gh-pr}`343`)
1819

1920
---

0 commit comments

Comments
 (0)