From 61afb9d82cf35f2886043183c4c0b89341884786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:32:33 +0200 Subject: [PATCH] [deps]: Update ubuntu to v24 (#94) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 1d06a71..51098f9 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -17,7 +17,7 @@ jobs: sast: name: SAST scan - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: check-run permissions: contents: read @@ -52,7 +52,7 @@ jobs: quality: name: Quality scan - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: check-run permissions: contents: read