From 2e63bd433eb931f14063ceb2662d57ad2e0c4635 Mon Sep 17 00:00:00 2001 From: sethforprivacy Date: Tue, 9 Aug 2022 14:20:03 -0400 Subject: [PATCH] Bump GH Actions to ubuntu-latest --- .github/workflows/trivy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml index e268d50..52ccde2 100644 --- a/.github/workflows/trivy-analysis.yml +++ b/.github/workflows/trivy-analysis.yml @@ -13,7 +13,7 @@ on: jobs: build: name: Build - runs-on: "ubuntu-18.04" + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3