Skip to content

Bump rexml from 3.2.6 to 3.3.6 #1919

Bump rexml from 3.2.6 to 3.3.6

Bump rexml from 3.2.6 to 3.3.6 #1919

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}}