Skip to content

Commit c2c6d20

Browse files
authored
Merge pull request #147 from pulp/dependabot/github_actions/github/codeql-action-4
[GHA] Bump github/codeql-action from 3 to 4
2 parents 73a9c95 + 86c3e03 commit c2c6d20

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)