Skip to content

Bump puma from 6.4.3 to 6.5.0 #599

Bump puma from 6.4.3 to 6.5.0

Bump puma from 6.4.3 to 6.5.0 #599

Workflow file for this run

name: brakeman
on:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
base:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install brakeman
run: gem install brakeman
- name: Static code analyses for security
run: brakeman