Skip to content

Commit b213763

Browse files
Update github/codeql-action action to v4.37.8 (#7368)
1 parent e2f615c commit b213763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/upload-sarif-results/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121

2222
- name: Upload ${{ inputs.category }} reports (SARIF)
2323
if: ${{ !cancelled() && hashFiles('merged_results.sarif') != '' }}
24-
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
24+
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
2525
with:
2626
sarif_file: "./merged_results.sarif"
2727
category: ${{ inputs.category }}

0 commit comments

Comments
 (0)