From 539a554c06780d161d9890e162ef8d7a6ea50818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:23:09 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/trivy-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-code.yaml b/.github/workflows/trivy-code.yaml index 12161c8..257b1ef 100644 --- a/.github/workflows/trivy-code.yaml +++ b/.github/workflows/trivy-code.yaml @@ -6,7 +6,7 @@ on: jobs: trivy-Scan: name: Trivy Scan - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4