Skip to content

Commit

Permalink
codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
VREMSoftwareDevelopment committed Jan 4, 2024
1 parent 1d95558 commit f0140d5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ master, feature ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master, feature ]
schedule:
- cron: '41 4 * * 2'
jobs:
Expand All @@ -18,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
language: [ 'java-kotlin' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -28,10 +27,10 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Auto build
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit f0140d5

Please sign in to comment.