Skip to content

Bump rubocop-rails from 2.25.1 to 2.26.0 in the rubocop group #4554

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

Bump rubocop-rails from 2.25.1 to 2.26.0 in the rubocop group #4554

Workflow file for this run

name: Security
on: [push]
jobs:
security:
name: Brakeman (Static security)
if: "${{ github.actor != 'dependabot[bot]' }}"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
- name: Brakeman
uses: reviewdog/action-brakeman@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}