Skip to content

Commit

Permalink
Merge pull request #139 from maxmind/horgh/codeql
Browse files Browse the repository at this point in the history
Do not run CodeQL action on push
  • Loading branch information
oschwald authored Jun 19, 2024
2 parents 880f6b4 + 3a7ed9f commit ff23af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Code scanning - action"

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 11 * * 2'

permissions:
security-events: write # Used by this action.

jobs:
CodeQL-Build:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.21.x, 1.22.x]
# We don't test on macOS and windows as the database builds aren't
# repeatable there for some reason. As such, tests fail. It'd
# probably be worth looking into this at some point.
Expand Down

0 comments on commit ff23af9

Please sign in to comment.