Skip to content

Commit 16f6884

Browse files
authored
Merge pull request #102 from maxmind/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2 parents 186bf1a + c5eef46 commit 16f6884

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57
pull_request:
68
schedule:
79
- cron: '0 18 * * 0'
@@ -26,7 +28,7 @@ jobs:
2628

2729
# Initializes the CodeQL tools for scanning.
2830
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@v1
31+
uses: github/codeql-action/init@v2
3032
# Override language selection by uncommenting this and choosing your languages
3133
with:
3234
languages: python, cpp
@@ -43,4 +45,4 @@ jobs:
4345
python setup.py build
4446
4547
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v1
48+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)