Skip to content

[PLAY-2712] Nav Kit: Add Disabled State for Collapsible Nav (react and rails) #3964

[PLAY-2712] Nav Kit: Add Disabled State for Collapsible Nav (react and rails)

[PLAY-2712] Nav Kit: Add Disabled State for Collapsible Nav (react and rails) #3964

Workflow file for this run

# Managed by https://github.com/powerhome/software. Do not make changes here, they will be reverted.
name: Automated Code Reviews
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
brakeman:
name: Brakeman
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: "Brakeman playbook"
uses: reviewdog/action-brakeman@5083efd49634e26645a0736681b618ccc3fb7f14 # v2
with:
brakeman_version: gemfile
tool_name: "playbook"
workdir: "./playbook"