Skip to content

Bump brakeman from 6.2.2 to 7.0.0 #2252

Bump brakeman from 6.2.2 to 7.0.0

Bump brakeman from 6.2.2 to 7.0.0 #2252

Workflow file for this run

name: Javascripts
on:
- push
- workflow_call
jobs:
eslint:
name: Plain JS files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: bin/eslint
coffeelint:
name: Coffee JS files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: bin/coffeelint