File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2323 - name : Checkout code
2424 uses : actions/checkout@v2
2525
26+ - name : Set up JDK 15
27+ uses : actions/setup-java@v1
28+ with :
29+ java-version : 15
30+
2631 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2732 - name : Run Codacy Analysis CLI
2833 uses : codacy/codacy-analysis-cli-action@1.0.0
Original file line number Diff line number Diff line change 3636 # a pull request then we can checkout the head.
3737 fetch-depth : 2
3838
39+ - name : Set up JDK 15
40+ uses : actions/setup-java@v1
41+ with :
42+ java-version : 15
43+
3944 # If this run was triggered by a pull request event, then checkout
4045 # the head of the pull request instead of the merge commit.
4146 - run : git checkout HEAD^2
Original file line number Diff line number Diff line change 2424 # a pull request then we can checkout the head.
2525 fetch-depth : 2
2626
27+ - name : Set up JDK 15
28+ uses : actions/setup-java@v1
29+ with :
30+ java-version : 15
31+
2732 # If this run was triggered by a pull request event, then checkout
2833 # the head of the pull request instead of the merge commit.
2934 - run : git checkout HEAD^2
You can’t perform that action at this time.
0 commit comments