Skip to content

Bump ruby/setup-ruby from 1.208.0 to 1.213.0 #3638

Bump ruby/setup-ruby from 1.208.0 to 1.213.0

Bump ruby/setup-ruby from 1.208.0 to 1.213.0 #3638

Workflow file for this run

name: Brakeman
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
brakeman:
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/brakeman --format github --quiet --run-all-checks