Skip to content

Commit a6cf986

Browse files
Merge pull request #9359 from ruby/dependabot/github_actions/github/codeql-action-4.32.4
Bump github/codeql-action from 4.32.0 to 4.32.4
2 parents 213ad60 + 635614c commit a6cf986

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)