Skip to content

Commit f72f448

Browse files
authored
Merge pull request #9286 from ruby/dependabot/github_actions/github/codeql-action-4.32.0
Bump github/codeql-action from 4.31.6 to 4.32.0
2 parents a2e3260 + f7f2f42 commit f72f448

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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
53+
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
55+
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
5656
if: matrix.command == 'zizmor'
5757
with:
5858
sarif_file: results.sarif

0 commit comments

Comments
 (0)