Skip to content

Bump irb from 1.8.3 to 1.9.0 #1470

Bump irb from 1.8.3 to 1.9.0

Bump irb from 1.8.3 to 1.9.0 #1470

Workflow file for this run

name: Brakeman
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
jobs:
brakeman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/brakeman --format github --quiet --run-all-checks