@@ -26,12 +26,12 @@ jobs:
26
26
27
27
steps :
28
28
- name : Check out repo
29
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
30
with :
31
31
ref : ${{ github.event.pull_request.head.sha }}
32
32
33
33
- name : Scan with Checkmarx
34
- uses : checkmarx/ast-github-action@5ba4f1660ef65ff6a519d3a7959171c52f26986f # 2.0.26
34
+ uses : checkmarx/ast-github-action@831a8d51a8a0535c0399f9c12728d8d3cc22d850 # 2.0.28
35
35
env :
36
36
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
37
with :
46
46
--output-path . ${{ env.INCREMENTAL }}
47
47
48
48
- name : Upload Checkmarx results to GitHub
49
- uses : github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
49
+ uses : github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
50
50
with :
51
51
sarif_file : cx_result.sarif
52
52
@@ -60,13 +60,13 @@ jobs:
60
60
61
61
steps :
62
62
- name : Check out repo
63
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
63
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
64
64
with :
65
65
fetch-depth : 0
66
66
ref : ${{ github.event.pull_request.head.sha }}
67
67
68
68
- name : Scan with SonarCloud
69
- uses : sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # v2.1.1
69
+ uses : sonarsource/sonarcloud-github-action@4006f663ecaf1f8093e8e4abb9227f6041f52216 # v2.2.0
70
70
env :
71
71
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
72
72
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
0 commit comments