Skip to content

Bump nokogiri from 1.16.2 to 1.16.5 #423

Bump nokogiri from 1.16.2 to 1.16.5

Bump nokogiri from 1.16.2 to 1.16.5 #423

Workflow file for this run

name: Brakeman
on: [pull_request]
jobs:
brakeman:
name: Brakeman
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Ruby based on .ruby-version
uses: ruby/setup-ruby@v1
with:
bundler-cache: false # Don't install gems. Brakeman installs the gem by itself
- name: brakeman
# https://github.com/reviewdog/action-brakeman
uses: reviewdog/action-brakeman@v2
with:
brakeman_flags: --run-all-checks
brakeman_version: gemfile
fail_on_error: true
filter_mode: nofilter
github_token: ${{ secrets.github_token }}
reporter: github-pr-review