Skip to content

Commit

Permalink
fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Oct 28, 2023
1 parent 23dcc92 commit cd54771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [master, v3.dev]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
Expand All @@ -23,7 +23,7 @@ permissions:
env:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
JAVA_VERSION: 21
JAVA_VERSION: 11

jobs:
analyze:
Expand Down

0 comments on commit cd54771

Please sign in to comment.