Skip to content

Commit 6bcc4fa

Browse files
authored
Merge pull request #113 from renovate-bot/renovate/workflows
chore(deps): update github/codeql-action action to v4.31.9
2 parents a239d86 + 70f7395 commit 6bcc4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/osv-scanner-reusable-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: "Upload to code-scanning"
123123
id: "upload_artifact"
124124
if: ${{ !cancelled() && inputs.upload-sarif == true }}
125-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
125+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
126126
with:
127127
sarif_file: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
128128
- name: "Print Code Scanning PR URL"

.github/workflows/osv-scanner-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Upload the results to GitHub's code scanning dashboard.
106106
- name: "Upload to code-scanning"
107107
if: "${{ !cancelled() && inputs.upload-sarif == true }}"
108-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
108+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
109109
with:
110110
sarif_file: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
111111
- name: "Print Code Scanning URL"

0 commit comments

Comments
 (0)