File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@v1
40
+ uses : github/codeql-action/init@v2
41
41
with :
42
42
languages : ${{ matrix.language }}
43
43
# If you wish to specify custom queries, you can do so here or in a config file.
49
49
run : ./sbt compile
50
50
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@v1
52
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 3
3
4
4
[ ![ CI] ( https://github.com/luben/zstd-jni/workflows/CI/badge.svg )] ( https://github.com/luben/zstd-jni/actions )
5
5
[ ![ codecov.io] ( http://codecov.io/github/luben/zstd-jni/coverage.svg?branch=master )] ( http://codecov.io/github/luben/zstd-jni?branch=master )
6
- [ ![ Code Quality: C] ( https://img.shields.io/lgtm/grade/cpp/g/luben/zstd-jni.svg?logo=lgtm&logoWidth=18&label=C )] ( https://lgtm.com/projects/g/luben/zstd-jni/context:cpp )
7
- [ ![ Code Quality: Java] ( https://img.shields.io/lgtm/grade/java/g/luben/zstd-jni.svg?logo=lgtm&logoWidth=18&label=Java )] ( https://lgtm.com/projects/g/luben/zstd-jni/context:java )
8
- [ ![ Total Alerts] ( https://img.shields.io/lgtm/alerts/g/luben/zstd-jni.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/luben/zstd-jni/alerts )
9
6
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.luben/zstd-jni.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/com.github.luben/zstd-jni/ )
10
7
[ ![ Javadocs] ( https://www.javadoc.io/badge/com.github.luben/zstd-jni.svg )] ( https://www.javadoc.io/doc/com.github.luben/zstd-jni )
11
8
You can’t perform that action at this time.
0 commit comments