Skip to content

Bump activesupport from 7.1.2 to 7.1.4 #1920

Bump activesupport from 7.1.2 to 7.1.4

Bump activesupport from 7.1.2 to 7.1.4 #1920

Workflow file for this run

name: Brakeman
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- run: gem install brakeman --version 6
- run: brakeman
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}