Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Aug 14, 2023
1 parent a75b194 commit ec3d8fb
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"

on:
push:
branches: [master]
paths:
- '**.java'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
paths:
- '**.java'
schedule:
- cron: "0 22 * * 2"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -63,6 +52,10 @@ jobs:
# ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down

0 comments on commit ec3d8fb

Please sign in to comment.