Skip to content

[PLAY-3185] Add Kit Category SVGs for Container and Full Screen #5904

[PLAY-3185] Add Kit Category SVGs for Container and Full Screen

[PLAY-3185] Add Kit Category SVGs for Container and Full Screen #5904

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Ruby
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
- name: "brakeman playbook"
uses: reviewdog/action-brakeman@5083efd49634e26645a0736681b618ccc3fb7f14 # v2
with:
brakeman_version: gemfile
tool_name: "playbook"
workdir: "./playbook"