Merge pull request #6428 from coopdevs/upgrade-brakeman-dependencies

Upgrade Ruby and Ubuntu to latest in GH action
This commit is contained in:
Pau Pérez Fabregat
2020-11-30 21:13:25 +01:00
committed by GitHub

View File

@@ -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: