Skip to content

Commit 0041c90

Browse files
authored
Merge pull request #49 from github/dependabot/github_actions/github/codeql-action-4.31.5
Bump github/codeql-action from 4.31.2 to 4.31.5
2 parents 0cc3ffc + 6c96579 commit 0041c90

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@v4.31.2
51+
uses: github/codeql-action/upload-sarif@v4.31.5
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@v4.31.2
61+
uses: github/codeql-action/upload-sarif@v4.31.5
6262
with:
6363
sarif_file: results.sarif

0 commit comments

Comments
 (0)