Skip to content

Commit 2c00659

Browse files
authored
Merge pull request #137 from maxmind/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 73cf0aa + ba20658 commit 2c00659

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3333
# Override language selection by uncommenting this and choosing your languages
3434
with:
3535
languages: python, cpp
@@ -51,4 +51,4 @@ jobs:
5151
MAXMINDDB_REQUIRE_EXTENSION: 1
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v2
54+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)