Skip to content

Commit

Permalink
Update CodeQL config (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
szyn authored Mar 28, 2023
1 parent 77b3a41 commit a535f90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ref: [ v0_10, v0_11 ]
ref: [ master ]

steps:
- name: Checkout repository
Expand All @@ -20,12 +20,12 @@ jobs:
ref: ${{ matrix.ref }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: java

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit a535f90

Please sign in to comment.