We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235cf0e commit 213d5c5Copy full SHA for 213d5c5
.github/workflows/scan.yml
@@ -55,7 +55,7 @@ jobs:
55
--output-path . ${{ env.INCREMENTAL }}
56
57
- name: Upload Checkmarx results to GitHub
58
- uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
+ uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
59
with:
60
sarif_file: cx_result.sarif
61
sha:
@@ -81,7 +81,7 @@ jobs:
81
ref: ${{ github.event.pull_request.head.sha }}
82
83
- name: Scan with SonarCloud
84
- uses: sonarsource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0
+ uses: sonarsource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0
85
env:
86
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
87
0 commit comments