Skip to content

Commit

Permalink
Merge pull request #114 from maxmind/greg/update-codeql
Browse files Browse the repository at this point in the history
Update CodeQL
  • Loading branch information
faktas2 authored Dec 15, 2023
2 parents fbc86e3 + 679dff4 commit 4031876
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Code scanning - action"

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 6 * * 6'
Expand All @@ -26,7 +28,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3

# Override language selection by uncommenting this and choosing your languages
# with:
Expand All @@ -47,4 +49,4 @@ jobs:
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 4031876

Please sign in to comment.