From 78c0bcef61f00b512692507b48e6a4f4bbc7a5ba Mon Sep 17 00:00:00 2001 From: titanz Date: Sat, 25 Jan 2025 19:11:37 +0100 Subject: [PATCH] fixed action, changed from ubuntu-24.01 to latest --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 297d73c..77ba805 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: contents: read packages: write timeout-minutes: 10 - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Checkout code @@ -74,7 +74,7 @@ jobs: permissions: security-events: write timeout-minutes: 10 - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master @@ -98,7 +98,7 @@ jobs: permissions: security-events: write timeout-minutes: 10 - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Run Grype vulnerability scanner uses: anchore/scan-action@v6