-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
30 lines (28 loc) · 694 Bytes
/
Copy pathcodeql.yml
File metadata and controls
30 lines (28 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: CodeQL
on:
push:
branches:
- master
pull_request:
jobs:
codeql:
runs-on: ubuntu-latest
name: "CodeQL"
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: CodeQL Initialization
uses: github/codeql-action/[email protected]
with:
languages: java
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/[email protected]
- name: CodeQL Analysis
uses: github/codeql-action/[email protected]