Skip to content

Commit 220814f

Browse files
[deps]: Update gh minor
1 parent ba4d595 commit 220814f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml

+2-2
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@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
5151
with:
5252
sarif_file: cx_result.sarif
5353

0 commit comments

Comments
 (0)