File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - name : Set up JDK 1.8
21- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
21+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
2222 with :
2323 java-version : ' 8'
2424 distribution : ' temurin'
Original file line number Diff line number Diff line change 3131 ref : ${{ github.event.pull_request.head.sha }}
3232
3333 - name : Scan with Checkmarx
34- uses : checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # 2.0.36
34+ uses : checkmarx/ast-github-action@629a9fac14369bf2898d583b22bf8c40a5caf8e9 # 2.0.40
3535 env :
3636 INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3737 with :
4646 --output-path . ${{ env.INCREMENTAL }}
4747
4848 - name : Upload Checkmarx results to GitHub
49- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
49+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
5050 with :
5151 sarif_file : cx_result.sarif
5252
6666 ref : ${{ github.event.pull_request.head.sha }}
6767
6868 - name : Set up Java
69- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
69+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
7070 with :
7171 java-version : 17
7272 distribution : " temurin"
You can’t perform that action at this time.
0 commit comments