Skip to content

Commit 2c222db

Browse files
authored
Merge pull request #115 from renovate-bot/renovate/workflows
chore(deps): update github/codeql-action action to v4.31.10
2 parents 2a387ed + 115472d commit 2c222db

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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
125+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
108+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
109109
with:
110110
sarif_file: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
111111
- name: "Print Code Scanning URL"

0 commit comments

Comments
 (0)