File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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@v2
40
+ uses : github/codeql-action/init@v3
41
41
# Override language selection by uncommenting this and choosing your languages
42
42
with :
43
43
languages : java
52
52
- run : ./gradlew jar
53
53
54
54
- name : Perform CodeQL Analysis
55
- uses : github/codeql-action/analyze@v2
55
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 25
25
QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
26
26
with :
27
27
linter : jetbrains/qodana-jvm-community
28
- - uses : github/codeql-action/upload-sarif@v2
28
+ - uses : github/codeql-action/upload-sarif@v3
29
29
with :
30
30
sarif_file : ${{ runner.temp }}/qodana/results/qodana.sarif.json
31
31
- name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments