Skip to content

Commit c57bc84

Browse files
Dibran Mulderclaude
andcommitted
ci: upgrade codeql-action/upload-sarif to v4
v3 emits a deprecation warning and is scheduled for removal in December 2026. v4 runs on the Node.js 24 runtime. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1df0c2f commit c57bc84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
output-format: sarif
6464

6565
- name: Upload Anchore scan SARIF report
66-
uses: github/codeql-action/upload-sarif@v3
66+
uses: github/codeql-action/upload-sarif@v4
6767
if: ${{ !cancelled() }}
6868
with:
6969
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)