We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d312747 commit 5fba29cCopy full SHA for 5fba29c
1 file changed
.github/workflows/scan.yml
@@ -31,7 +31,7 @@ jobs:
31
ref: ${{ github.event.pull_request.head.sha }}
32
33
- name: Scan with Checkmarx
34
- uses: checkmarx/ast-github-action@629a9fac14369bf2898d583b22bf8c40a5caf8e9 # 2.0.40
+ uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
35
env:
36
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
with:
0 commit comments