Skip to content

Commit fb27b64

Browse files
authored
Merge pull request #9044 from ruby/dependabot/github_actions/github/codeql-action-4.31.2
Bump github/codeql-action from 3.30.6 to 4.31.2
2 parents ff9c659 + 13c7c03 commit fb27b64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards.yml

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

5151
# Upload the results to GitHub's code scanning dashboard.
5252
- name: Upload to code-scanning
53-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
53+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5454
with:
5555
sarif_file: results.sarif

.github/workflows/ubuntu-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Upload SARIF file
55-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
55+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5656
if: matrix.command == 'zizmor'
5757
with:
5858
sarif_file: results.sarif

0 commit comments

Comments
 (0)