Skip to content

Commit 9f2dc06

Browse files
[deps]: Update gh minor
1 parent ba4d595 commit 9f2dc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333

3434
- name: Scan with Checkmarx
35-
uses: checkmarx/ast-github-action@4c637b1cb6b6b63637c7b99578c9fceefebbb08d # 2.0.30
35+
uses: checkmarx/ast-github-action@1fe318de2993222574e6249750ba9000a4e2a6cd # 2.0.33
3636
env:
3737
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3838
with:
@@ -47,7 +47,7 @@ jobs:
4747
--output-path . ${{ env.INCREMENTAL }}
4848
4949
- name: Upload Checkmarx results to GitHub
50-
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
50+
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
5151
with:
5252
sarif_file: cx_result.sarif
5353

0 commit comments

Comments
 (0)