Browse Source

[deps]: Update github/codeql-action action to v4 (#463)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/476/head
renovate[bot] 1 month ago committed by GitHub
parent
commit
c8c1b84c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/_checkmarx.yml

2
.github/workflows/_checkmarx.yml

@ -74,7 +74,7 @@ jobs: @@ -74,7 +74,7 @@ jobs:
- name: Upload Checkmarx results to GitHub
if: inputs.upload-sarif
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
with:
sarif_file: cx_result.sarif
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

Loading…
Cancel
Save