Skip to content

Commit 98a916a

Browse files
authored
Merge pull request #152 from andthum/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents efcbd2c + f6f54ed commit 98a916a

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@v2"
26+
uses: "github/codeql-action/init@v3"
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@v2"
34+
uses: "github/codeql-action/analyze@v3"

0 commit comments

Comments
 (0)