Skip to content

Commit a53ac86

Browse files
[gh-actions] Bump github/codeql-action from 3.28.13 to 3.28.15 (#33)
1 parent 1643153 commit a53ac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
args: --issues-exit-code=0 --output.sarif.path linter-results.sarif # we expect some findings, but for this demo just continue
2929

3030
- name: Upload SARIF to Code Scanning
31-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
31+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3232
with:
3333
sarif_file: ./linter-results.sarif
3434

0 commit comments

Comments
 (0)