Skip to content

Commit

Permalink
Merge pull request #333 from maxmind/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
faktas2 authored Dec 15, 2023
2 parents 972da7d + 4e59a81 commit 4a51c94
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 7 * * 2'
Expand All @@ -27,7 +29,7 @@ jobs:

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

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

0 comments on commit 4a51c94

Please sign in to comment.