Skip to content

Backfill diff_file_index and diff_line_number columns on table comments #20118

Backfill diff_file_index and diff_line_number columns on table comments

Backfill diff_file_index and diff_line_number columns on table comments #20118

Workflow file for this run

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