Skip to content

Update CHANGELOG.md #662

Update CHANGELOG.md

Update CHANGELOG.md #662

Workflow file for this run

name: Brakeman
on:
push:
branches:
- main
- next-release/*
jobs:
brakeman:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
# Will run Brakeman checks on dependencies
# https://github.com/marketplace/actions/brakeman-action
- name: Brakeman
uses: artplan1/[email protected]
with:
flags: "--color"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}