Skip to content

Commit 7df0f4b

Browse files
authored
Merge pull request #133 from maxmind/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2 parents 60121f2 + 7751bea commit 7df0f4b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 3 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 11 * * 2'
@@ -26,15 +28,15 @@ 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: go, javascript, csharp, python, cpp, java
3335

3436
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3537
# If this step fails, then you should remove it and run the build manually (see below)
3638
- name: Autobuild
37-
uses: github/codeql-action/autobuild@v1
39+
uses: github/codeql-action/autobuild@v2
3840

3941
# ℹ️ Command-line programs to run using the OS shell.
4042
# 📚 https://git.io/JvXDl
@@ -48,4 +50,4 @@ jobs:
4850
# make release
4951

5052
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v1
53+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)