Skip to content

Commit c7b8908

Browse files
Bump github/codeql-action from 3.30.8 to 4.30.9 (onnx#226)
1 parent ec92867 commit c7b8908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# To toggle linter comments in the files page, press `i` on the keyboard
7676
if: always()
7777
continue-on-error: true
78-
uses: github/codeql-action/upload-sarif@v4
78+
uses: github/codeql-action/upload-sarif@v4.30.9
7979
with:
8080
# Path to SARIF file relative to the root of the repository
8181
sarif_file: lintrunner.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
70+
uses: github/codeql-action/upload-sarif@d88a5540c3fd916f4e15b7744d287a124278e065 # v3.30.8
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)