Skip to content

Commit 0f80bc4

Browse files
committed
chore(deps): update github/codeql-action action to v3.26.10
1 parent eb1b88d commit 0f80bc4

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
@@ -110,7 +110,7 @@ jobs:
110110
- name: "Upload to code-scanning"
111111
id: "upload_artifact"
112112
if: ${{ !cancelled() && inputs.upload-sarif == true }}
113-
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
113+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
114114
with:
115115
sarif_file: ${{ inputs.results-file-name }}
116116
- name: "Error troubleshooter"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# Upload the results to GitHub's code scanning dashboard.
9393
- name: "Upload to code-scanning"
9494
if: "${{ !cancelled() && inputs.upload-sarif == true }}"
95-
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
95+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
9696
with:
9797
sarif_file: ${{ inputs.results-file-name }}
9898
- name: "Error troubleshooter"

0 commit comments

Comments
 (0)