Skip to content

Bump rubocop-rails from 2.25.1 to 2.26.0 in the minor-updates group #654

Bump rubocop-rails from 2.25.1 to 2.26.0 in the minor-updates group

Bump rubocop-rails from 2.25.1 to 2.26.0 in the minor-updates group #654

Workflow file for this run

name: Security
on: [push]
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run security checks
run: |
bundle exec bundler-audit --update
bundle exec brakeman -q -w2