From 152be112d08d72f1e8f1d2e9de5939a9f2fbc3bc Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Sun, 1 Feb 2026 09:12:10 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 1cf2f07..ddc2912 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -78,7 +78,7 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy scan results - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 if: always() && steps.trivy.outcome == 'success' with: sarif_file: "trivy-frontend.sarif" @@ -152,7 +152,7 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy scan results - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 if: always() && steps.trivy.outcome == 'success' with: sarif_file: "trivy-backend.sarif"