Skip to content

Commit e5c07c2

Browse files
authored
Merge pull request #43 from github/dependabot/github_actions/github/codeql-action-4.31.2
Bump github/codeql-action from 3.30.6 to 4.31.2
2 parents 14c4088 + d3be61a commit e5c07c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949

5050
- name: Upload analysis results to GitHub
51-
uses: github/codeql-action/upload-sarif@v3.30.6
51+
uses: github/codeql-action/upload-sarif@v4.31.2
5252
with:
5353
sarif_file: eslint-results.sarif
5454
wait-for-processing: true

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
# Upload the results to GitHub's code scanning dashboard (optional).
5959
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060
- name: "Upload to code-scanning"
61-
uses: github/codeql-action/upload-sarif@v3.30.6
61+
uses: github/codeql-action/upload-sarif@v4.31.2
6262
with:
6363
sarif_file: results.sarif

0 commit comments

Comments
 (0)