Skip to content

Commit bd7c486

Browse files
Bump github/codeql-action from 4.30.9 to 4.31.0 (#232)
1 parent abb042f commit bd7c486

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.30.9
78+
uses: github/codeql-action/upload-sarif@v4.31.0
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@d88a5540c3fd916f4e15b7744d287a124278e065 # v3.30.8
70+
uses: github/codeql-action/upload-sarif@ae78991f558bb4195cb8a727cb6679c362b9cf24 # v3.30.8
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)