Skip to content

[src/api] Update rspec-rails 6.1.1 → 6.1.2 (patch) #15726

[src/api] Update rspec-rails 6.1.1 → 6.1.2 (patch)

[src/api] Update rspec-rails 6.1.1 → 6.1.2 (patch) #15726

Workflow file for this run

name: Brakeman
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
container: ruby:3.1.4
steps:
- uses: actions/checkout@v4
- name: Install Brakeman
run: |
gem install --no-format-executable brakeman -v 5.4.0
- name: Brakeman
run: |
brakeman -p src/api