From 8c1e222788502f340ef2a5060fc76512a15b81a9 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Mon, 30 Nov 2020 09:11:41 +0100 Subject: [PATCH] Upgrade Ruby and Ubuntu to latest in GH action It was asked for in https://github.com/openfoodfoundation/openfoodnetwork/pull/6163/ to use the latest stable Ruby version. It's also better to use Ubuntu's latest as well. --- .github/workflows/brakeman-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brakeman-analysis.yml b/.github/workflows/brakeman-analysis.yml index 7039d17acc..f48d47d2e0 100644 --- a/.github/workflows/brakeman-analysis.yml +++ b/.github/workflows/brakeman-analysis.yml @@ -13,7 +13,7 @@ on: jobs: brakeman-scan: name: Brakeman Scan - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: # Checkout the repository to the GitHub Actions runner - name: Checkout @@ -23,7 +23,7 @@ jobs: - name: Setup Ruby uses: actions/setup-ruby@v1 with: - ruby-version: '2.4' + ruby-version: '2.7' - name: Setup Brakeman env: