Skip to content

Commit 88da6c4

Browse files
authored
Merge pull request #102 from renovate-bot/renovate/major-workflows
chore(deps): update github/codeql-action action to v4
2 parents e92b5d0 + bd508ad commit 88da6c4

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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
125+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
108+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
109109
with:
110110
sarif_file: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
111111
- name: "Print Code Scanning URL"

0 commit comments

Comments
 (0)