Skip to content

Commit 4a51c94

Browse files
authored
Merge pull request #333 from maxmind/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 972da7d + 4e59a81 commit 4a51c94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql-analysis.yml

+4-2
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 7 * * 2'
@@ -27,7 +29,7 @@ jobs:
2729

2830
# Initializes the CodeQL tools for scanning.
2931
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3133

3234
- run: sudo apt install libipc-run3-perl libipc-system-simple-perl libfile-slurp-perl libfile-which-perl pandoc
3335
- run: |
@@ -37,4 +39,4 @@ jobs:
3739
make safedist
3840
3941
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v2
42+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)