File tree Expand file tree Collapse file tree
checkmarx-ast-eclipse-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 with :
1515 distribution : temurin
1616 java-version : 8
17-
18- - name : Install Git LFS
19- run : |
20- sudo apt-get update
21- sudo apt-get install git-lfs
22- git lfs install
23-
24- - name : Checkout LFS objects
25- run : git lfs checkout
26-
2717 - uses : actions/cache@v3
2818 with :
2919 path : ~/.m2/repository
3929 run : |
4030 Xvfb -ac :99 -screen 0 1920x1080x16 &
4131 mvn verify -Dtest.includes="**/ui/*.java"
42-
32+
4333 integration-tests :
4434 runs-on : ubuntu-latest
4535 steps :
4838 with :
4939 distribution : temurin
5040 java-version : 8
51-
52- - name : Install Git LFS
53- run : |
54- sudo apt-get update
55- sudo apt-get install git-lfs
56- git lfs install
57-
58- - name : Checkout LFS objects
59- run : git lfs checkout
60-
6141 - uses : actions/cache@v3
6242 with :
6343 path : ~/.m2/repository
Original file line number Diff line number Diff line change 3636 echo ${{ steps.ast-cli-java-wrapper.outputs.release_tag }} > ast-cli-java-wrapper.version
3737 current_version=ast-cli-java-wrapper-${{ steps.ast-cli-java-wrapper.outputs.current_tag }}.jar
3838 new_version=ast-cli-java-wrapper-${{ steps.ast-cli-java-wrapper.outputs.release_tag }}.jar
39+
3940 sed -i "s/$current_version/$new_version/g" checkmarx-ast-eclipse-plugin/build.properties
4041 sed -i "s/$current_version/$new_version/g" checkmarx-ast-eclipse-plugin/.classpath
4142 sed -i "s/$current_version/$new_version/g" checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF
43+
4244 cd checkmarx-ast-eclipse-plugin/lib/
4345 rm -rf "$current_version"
4446 curl "https://repo1.maven.org/maven2/com/checkmarx/ast/ast-cli-java-wrapper/${{ steps.ast-cli-java-wrapper.outputs.release_tag }}/${new_version}" --output $new_version
Original file line number Diff line number Diff line change 1111 <classpathentry exported =" true" kind =" lib" path =" lib/jackson-annotations-2.12.4.jar" />
1212 <classpathentry exported =" true" kind =" lib" path =" lib/jackson-core-2.12.4.jar" />
1313 <classpathentry exported =" true" kind =" lib" path =" lib/commons-lang3-3.12.0.jar" />
14- <classpathentry exported =" true" kind =" lib" path =" lib/ast-cli-java-wrapper-2.1.8 .jar" />
14+ <classpathentry exported =" true" kind =" lib" path =" lib/ast-cli-java-wrapper-2.1.7 .jar" />
1515 <classpathentry exported =" true" kind =" lib" path =" lib/jackson-databind-2.13.4.2.jar" />
1616 <classpathentry exported =" true" kind =" lib" path =" lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar" />
1717 <classpathentry exported =" true" kind =" lib" path =" lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
2525 lib/jackson-annotations-2.12.4.jar,
2626 lib/jackson-core-2.12.4.jar,
2727 lib/commons-lang3-3.12.0.jar,
28- lib/ast-cli-java-wrapper-2.1.8 .jar,
28+ lib/ast-cli-java-wrapper-2.1.7 .jar,
2929 lib/jackson-databind-2.13.4.2.jar,
3030 lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
3131 lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
88 lib/jackson-annotations-2.12.4.jar,\
99 lib/jackson-core-2.12.4.jar,\
1010 lib/commons-lang3-3.12.0.jar,\
11- lib/ast-cli-java-wrapper-2.1.8 .jar,\
11+ lib/ast-cli-java-wrapper-2.1.7 .jar,\
1212 lib/jackson-databind-2.13.4.2.jar,\
1313 lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
1414 .,\
You can’t perform that action at this time.
0 commit comments